diff options
Diffstat (limited to 'drivers/net/atlx')
-rw-r--r-- | drivers/net/atlx/atl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl2.c b/drivers/net/atlx/atl2.c index 4e6f4e95a5a..e637e9f28fd 100644 --- a/drivers/net/atlx/atl2.c +++ b/drivers/net/atlx/atl2.c | |||
@@ -93,8 +93,8 @@ static int __devinit atl2_sw_init(struct atl2_adapter *adapter) | |||
93 | hw->device_id = pdev->device; | 93 | hw->device_id = pdev->device; |
94 | hw->subsystem_vendor_id = pdev->subsystem_vendor; | 94 | hw->subsystem_vendor_id = pdev->subsystem_vendor; |
95 | hw->subsystem_id = pdev->subsystem_device; | 95 | hw->subsystem_id = pdev->subsystem_device; |
96 | hw->revision_id = pdev->revision; | ||
96 | 97 | ||
97 | pci_read_config_byte(pdev, PCI_REVISION_ID, &hw->revision_id); | ||
98 | pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); | 98 | pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); |
99 | 99 | ||
100 | adapter->wol = 0; | 100 | adapter->wol = 0; |