Re: [PATCH] isdn: i4l: isdn_tty: Mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
Thanks, Dave. -- Gustavo On 2/12/19 12:29 PM, David Miller wrote: > From: "Gustavo A. R. Silva" > Date: Mon, 11 Feb 2019 16:38:21 -0600 > >> In preparation to enabling -Wimplicit-fallthrough, mark switch >> cases where we are expecting to fall through. >> >> This patch fixes the following

Re: [PATCH] isdn: i4l: isdn_tty: Mark expected switch fall-through

2019-02-12 Thread David Miller
From: "Gustavo A. R. Silva" Date: Mon, 11 Feb 2019 16:38:21 -0600 > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/isdn/i4l/isdn_tty.c: In function ‘isdn_tty_edit_at’: >

[PATCH] isdn: i4l: isdn_tty: Mark expected switch fall-through

2019-02-11 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warnings: drivers/isdn/i4l/isdn_tty.c: In function ‘isdn_tty_edit_at’: drivers/isdn/i4l/isdn_tty.c:3644:18: warning: this statement may fall through