mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
wcn36xx: Add missing fall through comment in smd.c
This prevents GCC warning. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
2edfcf2b30
commit
1391cce7da
|
|
@ -2143,6 +2143,7 @@ static int wcn36xx_smd_hw_scan_ind(struct wcn36xx *wcn, void *buf, size_t len)
|
|||
switch (rsp->type) {
|
||||
case WCN36XX_HAL_SCAN_IND_FAILED:
|
||||
scan_info.aborted = true;
|
||||
/* fall through */
|
||||
case WCN36XX_HAL_SCAN_IND_COMPLETED:
|
||||
mutex_lock(&wcn->scan_lock);
|
||||
wcn->scan_req = NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user