Re: [PATCH] hwmon: (f71882fg) Mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
On 2/12/19 3:51 PM, Guenter Roeck wrote: > On Mon, Feb 11, 2019 at 04:07:38PM -0600, Gustavo A. R. Silva wrote: >> In preparation to enabling -Wimplicit-fallthrough, mark switch >> cases where we are expecting to fall through. >> >> This patch fixes the following warnings: >> >> drivers/hwmon/f7

Re: [PATCH] hwmon: (f71882fg) Mark expected switch fall-through

2019-02-12 Thread Guenter Roeck
On Mon, Feb 11, 2019 at 04:07:38PM -0600, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warnings: > > drivers/hwmon/f71882fg.c: In function ‘f71882fg_probe’: > drivers/