提交 d3bef56b 编写于 作者: S Sergio Paracuellos 提交者: Greg Kroah-Hartman

staging: ks7010: remove nonsense break from case block

This commit removes 'break' from case block because the
code is just using the 'default' break for some cases and
this one can be included also there.
Signed-off-by: NSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 abca20ad
...@@ -2314,7 +2314,6 @@ void hostif_sme_execute(struct ks_wlan_private *priv, int event) ...@@ -2314,7 +2314,6 @@ void hostif_sme_execute(struct ks_wlan_private *priv, int event)
case SME_RSN_ENABLED_CONFIRM: case SME_RSN_ENABLED_CONFIRM:
case SME_RSN_MODE_CONFIRM: case SME_RSN_MODE_CONFIRM:
case SME_MODE_SET_CONFIRM: case SME_MODE_SET_CONFIRM:
break;
case SME_TERMINATE: case SME_TERMINATE:
default: default:
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册