All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: netdev@vger.kernel.org, jcliburn@gmail.com,
	chris.snook@gmail.com, jie.yang@atheros.com,
	romieu@fr.zoreil.com, sorbica@icplus.com.tw,
	cooldavid@cooldavid.org, Larry.Finger@lwfinger.net,
	chaoming_li@realsil.com.cn, e1000-devel@lists.sourceforge.net,
	linux-wireless@vger.kernel.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@ru.mvista.com>

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@ru.mvista.com>
> 
> ---
> 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@tuxdriver.com			might be all we have.  Be ready.

WARNING: multiple messages have this Message-ID (diff)
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

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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 18:36 [PATCH] net: use pci_dev->revision, again Sergei Shtylyov
2011-02-28 19:17 ` John W. Linville [this message]
2011-02-28 19:17   ` John W. Linville
2011-02-28 19:32   ` David Miller
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@tuxdriver.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=chaoming_li@realsil.com.cn \
    --cc=chris.snook@gmail.com \
    --cc=cooldavid@cooldavid.org \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=jcliburn@gmail.com \
    --cc=jie.yang@atheros.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=romieu@fr.zoreil.com \
    --cc=sorbica@icplus.com.tw \
    --cc=sshtylyov@ru.mvista.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.