]> git.ipfire.org Git - thirdparty/linux.git/commit
rtl8xxxu: Fix missing break in switch
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 22 Oct 2018 11:51:03 +0000 (13:51 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 6 Nov 2018 16:58:41 +0000 (18:58 +0200)
commit307b00c5e695857ca92fc6a4b8ab6c48f988a1b1
treed14d5e8630f3087e51d737a505b195bb097c65a9
parente20c50cdca19e1dfcba64b17e9ae8a0a7540c7a2
rtl8xxxu: Fix missing break in switch

Add missing break statement in order to prevent the code from falling
through to the default case.

Fixes: 26f1fad29ad9 ("New driver: rtl8xxxu (mac80211)")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c