Re: [PATCH] video: fbdev: arcfb: mark expected switch fall-through

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 10/03/2018 01:50 PM, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Addresses-Coverity-ID: 115017 ("Missing break in switch") > Signed-off-by: Gustavo A. R. Silva Patch queued for 4.20, thanks.

[PATCH] video: fbdev: arcfb: mark expected switch fall-through

2018-10-04 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 115017 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva --- drivers/video/fbdev/arcfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/