Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3bef56b authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent abca20ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;