Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1391cce7 authored by Loic Poulain's avatar Loic Poulain Committed by Kalle Valo
Browse files

wcn36xx: Add missing fall through comment in smd.c



This prevents GCC warning.

Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 2edfcf2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;