OSDN Git Service

rtw89: ser: fix unannotated fall-through
authorZong-Zhe Yang <kevin_yang@realtek.com>
Fri, 8 Apr 2022 00:13:41 +0000 (08:13 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 12 Apr 2022 13:34:38 +0000 (16:34 +0300)
commit5ddfffd6da9b94e5f6397843ad1a54d6a211f652
tree5537e8f5a67c3f9225a38ea7e0be7cf9b7ab44a7
parent046d2e7c50e3087a32a85fd384c21f896dbccf83
rtw89: ser: fix unannotated fall-through

add `break` to fix warning of unannotated fall-through between switch
labels.

Fixes: 14f9f4790048 ("rtw89: ser: control hci interrupts on/off by state")
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220408001353.17188-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/ser.c