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:
committed by
David S. Miller
parent
698244ace8
commit
35076402a9
@@ -540,10 +540,10 @@ static int __init mac8390_initdev(struct net_device * dev, struct nubus_dev * nd
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Fill in model-specific information and functions */
|
/* Fill in model-specific information and functions */
|
||||||
switch(type) {
|
switch (type) {
|
||||||
case MAC8390_FARALLON:
|
case MAC8390_FARALLON:
|
||||||
case MAC8390_APPLE:
|
case MAC8390_APPLE:
|
||||||
switch(mac8390_testio(dev->mem_start)) {
|
switch (mac8390_testio(dev->mem_start)) {
|
||||||
case ACCESS_UNKNOWN:
|
case ACCESS_UNKNOWN:
|
||||||
printk("Don't know how to access card memory!\n");
|
printk("Don't know how to access card memory!\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
Reference in New Issue
Block a user