Re: [PATCH] i2c: synquacer: fix fall-through annotation

2018-09-13 Thread Ard Biesheuvel
On 13 September 2018 at 20:59, Gustavo A. R. Silva wrote: > Replace "fallthru" with a proper "fall through" annotation. > > This fix is part of the ongoing efforts to enabling > -Wimplicit-fallthrough > > Signed-off-by: Gustavo A. R. Silva Acked-by: Ard Biesheuvel > --- > drivers/i2c/busses/i

[PATCH] i2c: synquacer: fix fall-through annotation

2018-09-13 Thread Gustavo A. R. Silva
Replace "fallthru" with a proper "fall through" annotation. This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough Signed-off-by: Gustavo A. R. Silva --- drivers/i2c/busses/i2c-synquacer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses