Re: [PATCH] platform/x86: dell-laptop: Mark expected switch fall-throughs

2019-02-19 Thread Gustavo A. R. Silva
On 11/28/18 6:15 PM, Darren Hart wrote: > On Thu, Jul 05, 2018 at 03:38:07PM -0500, Gustavo A. R. Silva wrote: >> In preparation to enabling -Wimplicit-fallthrough, mark switch cases >> where we are expecting to fall through. >> >> Signed-off-by: Gustavo A. R. Silva > > I've applied this patch

Re: [PATCH] platform/x86: dell-laptop: Mark expected switch fall-throughs

2018-11-28 Thread Darren Hart
On Thu, Jul 05, 2018 at 03:38:07PM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva I've applied this patch, but not the acer or sony fall through patches due

[PATCH] platform/x86: dell-laptop: Mark expected switch fall-throughs

2018-07-05 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- drivers/platform/x86/dell-laptop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/