Re: [PATCH] usb: serial: kobil_sct: mark expected switch fall-through

2017-10-30 Thread Johan Hovold
On Tue, Oct 24, 2017 at 11:52:46AM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Addresses-Coverity-ID: 115014 > Signed-off-by: Gustavo A. R. Silva Now applied, thanks. Johan -- To unsubscri

[PATCH] usb: serial: kobil_sct: mark expected switch fall-through

2017-10-24 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 115014 Signed-off-by: Gustavo A. R. Silva --- drivers/usb/serial/kobil_sct.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/kobil_sct.c b/dr