mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
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 */
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user