mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
sis900: 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:
committed by
David S. Miller
parent
6644db0c6d
commit
3317aeb732
@@ -2258,7 +2258,6 @@ static int sis900_set_config(struct net_device *dev, struct ifmap *map)
|
||||
case IF_PORT_100BASEFX: /* 100BaseFx */
|
||||
/* These Modes are not supported (are they?)*/
|
||||
return -EOPNOTSUPP;
|
||||
break;
|
||||
|
||||
default:
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user