drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
5113fec098
commit
ee289b6440
@@ -362,7 +362,7 @@ static void bigmac_tcvr_write(struct bigmac *bp, void __iomem *tregs,
|
||||
default:
|
||||
printk(KERN_ERR "bigmac_tcvr_read: Whoops, no known transceiver type.\n");
|
||||
return;
|
||||
};
|
||||
}
|
||||
|
||||
idle_transceiver(tregs);
|
||||
write_tcvr_bit(bp, tregs, 0);
|
||||
@@ -401,7 +401,7 @@ static unsigned short bigmac_tcvr_read(struct bigmac *bp,
|
||||
default:
|
||||
printk(KERN_ERR "bigmac_tcvr_read: Whoops, no known transceiver type.\n");
|
||||
return 0xffff;
|
||||
};
|
||||
}
|
||||
|
||||
idle_transceiver(tregs);
|
||||
write_tcvr_bit(bp, tregs, 0);
|
||||
|
Reference in New Issue
Block a user