Commit 717a2c9c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] pcnet32.c build fix

Remove a duplicated case which recently snuck in there.
parent d614d315
......@@ -1010,10 +1010,6 @@ pcnet32_probe1(unsigned long ioaddr, unsigned int irq_line, int shared,
chipname = "PCnet/FAST III 79C976";
fdx = 1; mii = 1;
break;
case 0x2628:
chipname = "PCnet/FAST III 79C976";
fdx = 1; mii = 1;
break;
default:
if (pcnet32_debug & NETIF_MSG_PROBE)
printk(KERN_INFO PFX "PCnet version %#x, no PCnet32 chip.\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment