linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: saumah <saumah@gmail.com>
Cc: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>,
	Morris Ku <morris_ku@sunix.com>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V3] parport_serial.c change for fix hanging problem.
Date: Wed, 6 Mar 2019 05:19:11 +0000	[thread overview]
Message-ID: <CADVatmMHV5oszv4Owz4CNJktoHViSWkzS=QVuyr6XQ8SGmF+zQ@mail.gmail.com> (raw)
In-Reply-To: <20190219092148.4093-1-saumah@gmail.com>

On Tue, Feb 19, 2019 at 9:23 AM saumah <saumah@gmail.com> wrote:
>
> parport_serial.c change for fix hanging problem while suspend machine. parport_seria.c support the same vendor id and device id definition as sunix multi-I/O card driver, when the sunix multi-io borad driver is installed,there are two drivers to support the same sunix multi-io card,it will cause operation error.
>

Please use checkpatch to check your patch.

> Signed-off-by: saumah <saumah@gmail.com>

> ---
>  parport_serial.c | 180 +----------------------------------------------
>  1 file changed, 1 insertion(+), 179 deletions(-)
>
> diff --git a/parport_serial.c b/parport_serial.c
> index ae9e01e..f54d1d3 100644
> --- a/parport_serial.c
> +++ b/parport_serial.c

This doesnot apply. git is showing error:
error: parport_serial.c: No such file or directory

> @@ -38,29 +38,10 @@ enum parport_pc_pci_cards {
>         siig_2p1s_20x,
<snip>
>
>  /* each element directly indexed from enum list, above */
> @@ -127,29 +108,10 @@ static struct parport_pc_pci cards[] = {
>         /* siig_2p1s_20x */             { 2, { { 1, 2 }, { 3, 4 }, } },
>         /* siig_1s1p_20x */             { 1, { { 1, 2 }, } },
>         /* siig_2s1p_20x */             { 1, { { 2, 3 }, } },
> -       /* timedia_4078a */             { 1, { { 2, -1 }, } },

You are removing support for the parallel port of these boards. Can
you please point me to the driver with which it conflicts.

-- 
Regards
Sudip

      reply	other threads:[~2019-03-06  5:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19  9:21 [PATCH V3] parport_serial.c change for fix hanging problem saumah
2019-03-06  5:19 ` Sudip Mukherjee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADVatmMHV5oszv4Owz4CNJktoHViSWkzS=QVuyr6XQ8SGmF+zQ@mail.gmail.com' \
    --to=sudipm.mukherjee@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=morris_ku@sunix.com \
    --cc=saumah@gmail.com \
    --cc=sudip.mukherjee@codethink.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).