Commit 3317aeb7 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller

sis900: remove unnecessary break after return

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6644db0c
...@@ -2258,7 +2258,6 @@ static int sis900_set_config(struct net_device *dev, struct ifmap *map) ...@@ -2258,7 +2258,6 @@ static int sis900_set_config(struct net_device *dev, struct ifmap *map)
case IF_PORT_100BASEFX: /* 100BaseFx */ case IF_PORT_100BASEFX: /* 100BaseFx */
/* These Modes are not supported (are they?)*/ /* These Modes are not supported (are they?)*/
return -EOPNOTSUPP; return -EOPNOTSUPP;
break;
default: default:
return -EINVAL; return -EINVAL;
......
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