mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 09:28:44 -04:00
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: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
abca20adc5
commit
d3bef56b75
@@ -2314,7 +2314,6 @@ void hostif_sme_execute(struct ks_wlan_private *priv, int event)
|
||||
case SME_RSN_ENABLED_CONFIRM:
|
||||
case SME_RSN_MODE_CONFIRM:
|
||||
case SME_MODE_SET_CONFIRM:
|
||||
break;
|
||||
case SME_TERMINATE:
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user