mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Fix "fall through" warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ddd5974ad2
commit
52853162f7
3 changed files with 4 additions and 3 deletions
|
@ -827,8 +827,7 @@ s32 c2h_handler(_adapter *adapter, u8 id, u8 seq, u8 plen, u8 *payload)
|
|||
|
||||
case C2H_EXTEND:
|
||||
sub_id = payload[0];
|
||||
/* no handle, goto default */
|
||||
|
||||
__attribute__ ((fallthrough));/* FALL THRU */
|
||||
default:
|
||||
if (phydm_c2H_content_parsing(odm, id, plen, payload) != true)
|
||||
ret = _FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue