Commit 35076402 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller

drivers/net/mac8390.c: Indent case labels

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 698244ac
......@@ -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;
......
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