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
44c10138fd
(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>
This commit is contained in:

committed by
David S. Miller

parent
63d8ea7f93
commit
ff938e43d3
@@ -3095,7 +3095,7 @@ jme_init_one(struct pci_dev *pdev,
|
||||
|
||||
jme_clear_pm(jme);
|
||||
jme_set_phyfifo_5level(jme);
|
||||
pci_read_config_byte(pdev, PCI_REVISION_ID, &jme->pcirev);
|
||||
jme->pcirev = pdev->revision;
|
||||
if (!jme->fpgaver)
|
||||
jme_phy_init(jme);
|
||||
jme_phy_off(jme);
|
||||
|
Reference in New Issue
Block a user