diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-15 16:01:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:40:52 -0400 |
commit | 8ca7ee6bcc542395cc68202d319a0404ad92b41d (patch) | |
tree | 4b40fc2ed37efe72c0993b5e8d42e31be592e636 /drivers/net/tulip | |
parent | 2832e856fb7238dae0f385e309e66626d81ca0fa (diff) |
fallout from Auke's pci ->revision patch
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/tulip')
-rw-r--r-- | drivers/net/tulip/tulip_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index 7dcd138b0fed..f87d76981ab7 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/drivers/net/tulip/tulip_core.c | |||
@@ -1274,7 +1274,7 @@ static int __devinit tulip_init_one (struct pci_dev *pdev, | |||
1274 | if (pdev->vendor == 0x1282 && pdev->device == 0x9100) | 1274 | if (pdev->vendor == 0x1282 && pdev->device == 0x9100) |
1275 | { | 1275 | { |
1276 | /* Read Chip revision */ | 1276 | /* Read Chip revision */ |
1277 | if (pdev->revision < 0x02000030) | 1277 | if (pdev->revision < 0x30) |
1278 | { | 1278 | { |
1279 | printk(KERN_ERR PFX "skipping early DM9100 with Crc bug (use dmfe)\n"); | 1279 | printk(KERN_ERR PFX "skipping early DM9100 with Crc bug (use dmfe)\n"); |
1280 | return -ENODEV; | 1280 | return -ENODEV; |