Re: [PATCH] ser_gigaset: mark expected switch fall-through

2019-02-12 Thread David Miller
From: "Gustavo A. R. Silva" Date: Mon, 11 Feb 2019 16:34:44 -0600 > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > drivers/isdn/gigaset/ser-gigaset.c: In function

Re: [PATCH] ser_gigaset: mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
On 2/12/19 2:45 AM, Paul Bolle wrote: > Gustavo A. R. Silva schreef op ma 11-02-2019 om 16:34 [-0600]: >> In preparation to enabling -Wimplicit-fallthrough, mark switch >> cases where we are expecting to fall through. >> >> This patch fixes the following warning: >> >>

Re: [PATCH] ser_gigaset: mark expected switch fall-through

2019-02-12 Thread Paul Bolle
Gustavo A. R. Silva schreef op ma 11-02-2019 om 16:34 [-0600]: > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > drivers/isdn/gigaset/ser-gigaset.c: In function ‘gigaset_tty_ioctl’: >

[PATCH] ser_gigaset: 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 warning: drivers/isdn/gigaset/ser-gigaset.c: In function ‘gigaset_tty_ioctl’: drivers/isdn/gigaset/ser-gigaset.c:627:3: warning: this statement may fall