netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: jeffm@suse.com
Cc: romieu@fr.zoreil.com, sorbica@icplus.com.tw, jesse@icplus.com.tw,
	netdev@vger.kernel.org
Subject: Re: [PATCH RESEND] ipg: Remove device claimed by dl2k from pci id table
Date: Mon, 08 Mar 2010 12:52:28 -0800 (PST)	[thread overview]
Message-ID: <20100308.125228.122088039.davem@davemloft.net> (raw)
In-Reply-To: <4B956283.3000007@suse.com>

From: Jeff Mahoney <jeffm@suse.com>
Date: Mon, 08 Mar 2010 15:48:03 -0500

> @@ -88,7 +88,6 @@ static const char *ipg_brand_name[] = {
>  	"Sundance Technology ST2021 based NIC",
>  	"Tamarack Microelectronics TC9020/9021 based NIC",
>  	"Tamarack Microelectronics TC9020/9021 based NIC",
> - -	"D-Link NIC",
>  	"D-Link NIC IP1000A"
>  };
>  @@ -97,8 +96,7 @@ static struct pci_device_id ipg_pci_tbl[
>  	{ PCI_VDEVICE(SUNDANCE,	0x2021), 1 },
>  	{ PCI_VDEVICE(SUNDANCE,	0x1021), 2 },
>  	{ PCI_VDEVICE(DLINK,	0x9021), 3 },
> - -	{ PCI_VDEVICE(DLINK,	0x4000), 4 },
> - -	{ PCI_VDEVICE(DLINK,	0x4020), 5 },
> +	{ PCI_VDEVICE(DLINK,	0x4020), 4 },

Your patch is severely corrupted.  Please fix this up and
resubmit.

      reply	other threads:[~2010-03-08 20:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 20:48 [PATCH RESEND] ipg: Remove device claimed by dl2k from pci id table Jeff Mahoney
2010-03-08 20:52 ` David Miller [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=20100308.125228.122088039.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jeffm@suse.com \
    --cc=jesse@icplus.com.tw \
    --cc=netdev@vger.kernel.org \
    --cc=romieu@fr.zoreil.com \
    --cc=sorbica@icplus.com.tw \
    /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).