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

2019-02-12 Thread David Miller
From: "Gustavo A. R. Silva" Date: Mon, 11 Feb 2019 16:42:37 -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_v110.c: In function ‘EncodeMatrix’: > drivers

[PATCH] isdn_v110: 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_v110.c: In function ‘EncodeMatrix’: drivers/isdn/i4l/isdn_v110.c:353:7: warning: this statement may fall through [-Wimplicit