From: "Gustavo A. R. Silva" <gust...@embeddedor.com>
Date: Mon, 29 Jul 2019 15:01:39 -0500

> Mark switch cases where we are expecting to fall through.
> 
> This patch fixes the following warning (Building: i386):
> 
> drivers/net/wan/sdla.c: In function ‘sdla_errors’:
> drivers/net/wan/sdla.c:414:7: warning: this statement may fall through 
> [-Wimplicit-fallthrough=]
>     if (cmd == SDLA_INFORMATION_WRITE)
>        ^
> drivers/net/wan/sdla.c:417:3: note: here
>    default:
>    ^~~~~~~
> 
> Signed-off-by: Gustavo A. R. Silva <gust...@embeddedor.com>

Applied.

Reply via email to