提交 3317aeb7 编写于 作者: F Fabian Frederick 提交者: David S. Miller

sis900: remove unnecessary break after return

Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册