drivers/net/mac8390.c: Indent case labels

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2010-01-04 11:52:59 +00:00 committed by David S. Miller
parent 698244ace8
commit 35076402a9

View File

@ -540,10 +540,10 @@ static int __init mac8390_initdev(struct net_device * dev, struct nubus_dev * nd
}
/* Fill in model-specific information and functions */
switch(type) {
switch (type) {
case MAC8390_FARALLON:
case MAC8390_APPLE:
switch(mac8390_testio(dev->mem_start)) {
switch (mac8390_testio(dev->mem_start)) {
case ACCESS_UNKNOWN:
printk("Don't know how to access card memory!\n");
return -ENODEV;