netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
To: Sergei Shtylyov <sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	jcliburn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	chris.snook-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	jie.yang-DlyHzToyqoxBDgjK7y7TUQ@public.gmane.org,
	romieu-W8zweXLXuWQS+FvcfC7Uqw@public.gmane.org,
	sorbica-XpRToVZ20tCCuPEqFHbRBg@public.gmane.org,
	cooldavid-eHdHF5TYP0iWVfeAwA7xHQ@public.gmane.org,
	Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org,
	chaoming_li-kXabqFNEczNtrwSWzY7KCg@public.gmane.org,
	e1000-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] net: use pci_dev->revision, again
Date: Mon, 28 Feb 2011 14:17:29 -0500	[thread overview]
Message-ID: <20110228191728.GE2515@tuxdriver.com> (raw)
In-Reply-To: <201102282136.44374.sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>

On Mon, Feb 28, 2011 at 09:36:43PM +0300, Sergei Shtylyov wrote:
> Several more network drivers that read the device's revision ID
> from the PCI configuration register were merged after the commit
> 44c10138fd4bbc4b6d6bff0873c24902f2a9da65 (PCI: Change all drivers
> to use pci_device->revision), so it's time to do another pass of
> conversion to using the 'revision' field of 'struct pci_dev'...
> 
> Signed-off-by: Sergei Shtylyov <sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
> 
> ---
> The patch is against the recent Linus' tree.
> 
>  drivers/net/atl1e/atl1e_main.c          |    2 +-
>  drivers/net/atlx/atl2.c                 |    2 +-
>  drivers/net/cnic.c                      |   14 +++++---------
>  drivers/net/e1000e/ethtool.c            |    6 ++----
>  drivers/net/igbvf/ethtool.c             |    6 ++----
>  drivers/net/igbvf/netdev.c              |    3 +--
>  drivers/net/ipg.c                       |    4 +---
>  drivers/net/ixgbevf/ixgbevf_main.c      |    2 +-
>  drivers/net/jme.c                       |    2 +-
>  drivers/net/vxge/vxge-main.c            |   18 +-----------------
>  drivers/net/wireless/iwlwifi/iwl-3945.c |    4 +---
>  drivers/net/wireless/iwlwifi/iwl-agn.c  |    2 +-
>  drivers/net/wireless/rtlwifi/pci.c      |    4 +---
>  13 files changed, 19 insertions(+), 50 deletions(-)

ACK

-- 
John W. Linville		Someday the world will need a hero, and you
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org			might be all we have.  Be ready.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-02-28 19:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 18:36 [PATCH] net: use pci_dev->revision, again Sergei Shtylyov
     [not found] ` <201102282136.44374.sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2011-02-28 19:17   ` John W. Linville [this message]
     [not found]     ` <20110228191728.GE2515-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2011-02-28 19:32       ` David Miller

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=20110228191728.GE2515@tuxdriver.com \
    --to=linville-2xusbdqka4r54taoqtywwq@public.gmane.org \
    --cc=Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org \
    --cc=chaoming_li-kXabqFNEczNtrwSWzY7KCg@public.gmane.org \
    --cc=chris.snook-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=cooldavid-eHdHF5TYP0iWVfeAwA7xHQ@public.gmane.org \
    --cc=e1000-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=jcliburn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=jie.yang-DlyHzToyqoxBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=romieu-W8zweXLXuWQS+FvcfC7Uqw@public.gmane.org \
    --cc=sorbica-XpRToVZ20tCCuPEqFHbRBg@public.gmane.org \
    --cc=sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org \
    /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).