mirror of
https://github.com/amazingfate/rtl8723ds.git
synced 2026-02-01 07:43:19 +00:00
rtl8723ds: Fix fallthrough annotation
Signed-off-by: John-Eric Kamps <john-eric.kamps@honeywell.com>
This commit is contained in:
@@ -3576,6 +3576,7 @@ static void halbtc8723d1ant_psd_show_antenna_detect_result(IN struct btc_coexist
|
||||
case 11:
|
||||
CL_SPRINTF(cli_buf, BT_TMP_BUF_SIZE,
|
||||
"(BT is Disabled)");
|
||||
break;
|
||||
case 12:
|
||||
CL_SPRINTF(cli_buf, BT_TMP_BUF_SIZE,
|
||||
"(BT is available, result from BT");
|
||||
|
||||
@@ -4160,6 +4160,7 @@ static void halbtc8723d2ant_psd_show_antenna_detect_result(IN struct btc_coexist
|
||||
case 11:
|
||||
CL_SPRINTF(cli_buf, BT_TMP_BUF_SIZE,
|
||||
"(BT is Disabled)");
|
||||
break;
|
||||
case 12:
|
||||
CL_SPRINTF(cli_buf, BT_TMP_BUF_SIZE,
|
||||
"(BT is available, result from BT");
|
||||
|
||||
@@ -811,6 +811,7 @@ s32 c2h_handler(_adapter *adapter, u8 id, u8 seq, u8 plen, u8 *payload)
|
||||
|
||||
case C2H_EXTEND:
|
||||
sub_id = payload[0];
|
||||
__attribute__((__fallthrough__));
|
||||
/* no handle, goto default */
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user