mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 17:23:55 +08:00
eth_v10: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
015435e002
commit
2db3a73312
@ -1496,7 +1496,6 @@ e100_set_config(struct net_device *dev, struct ifmap *map)
|
||||
case IF_PORT_AUI:
|
||||
spin_unlock(&np->lock);
|
||||
return -EOPNOTSUPP;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_ERR "%s: Invalid media selected", dev->name);
|
||||
spin_unlock(&np->lock);
|
||||
|
Loading…
Reference in New Issue
Block a user