Re: [PATCH] io: core: mark expected switch fall-through

2017-11-08 Thread Gustavo A. R. Silva
Quoting Peter Meerwald-Stadler : In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. please fix the subject line, should be iio: core: Mark... Oh yeah. I'll send v2 shortly. Thanks! -- Gustavo A. R. Silva

Re: [PATCH] io: core: mark expected switch fall-through

2017-11-08 Thread Peter Meerwald-Stadler
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. please fix the subject line, should be iio: core: Mark... thx, p. > Addresses-Coverity-ID: 1397962 > Signed-off-by: Gustavo A. R. Silva > --- > drivers/iio/industrialio-core.c |

[PATCH] io: core: mark expected switch fall-through

2017-11-08 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 1397962 Signed-off-by: Gustavo A. R. Silva --- drivers/iio/industrialio-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/industrialio-core.c b