1
0
Fork 0
alistair23-linux/drivers/iio/health
Gustavo A. R. Silva 9ffa68f654 iio: health: max30102: Mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Notice that in this particular case, I placed the "fall through"
annotation at the bottom of the case, which is what GCC is expecting
to find.

Addresses-Coverity-ID: 1458342 ("Missing break in switch")
Addresses-Coverity-ID: 1458345 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2018-08-19 17:21:35 +01:00
..
Kconfig iio: health: add MAX30102 oximeter driver support 2017-02-05 09:45:00 +00:00
Makefile iio: health: add MAX30102 oximeter driver support 2017-02-05 09:45:00 +00:00
afe440x.h iio: health/afe440x: Use regmap fields 2016-05-04 11:10:38 +01:00
afe4403.c iio:health: drop assign iio_info.driver_module and iio_trigger_ops.owner 2017-08-22 21:29:44 +01:00
afe4404.c iio:health: drop assign iio_info.driver_module and iio_trigger_ops.owner 2017-08-22 21:29:44 +01:00
max30100.c iio: add SPDX identifier for various drivers 2018-02-18 11:55:19 +00:00
max30102.c iio: health: max30102: Mark expected switch fall-throughs 2018-08-19 17:21:35 +01:00