]> bbs.cooldavid.org Git - jme.git/commit
net: use pci_dev->revision, again
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Mon, 28 Feb 2011 19:57:33 +0000 (11:57 -0800)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Sat, 25 Jun 2011 06:35:25 +0000 (14:35 +0800)
commit711edd992467f42538a39f359768e847756d7dc4
treed75afd57a74730e31a54e1528dda6814dfc6d79e
parent7e1184b02a40c9536dc90cb57fa1509a0625d1f0
net: use pci_dev->revision, again

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>
Acked-by: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Merged-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
jme.c