Hi all, After merging the staging tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/iio/light/noa1305.c: In function 'noa1305_scale': drivers/iio/light/noa1305.c:87:9: warning: this statement may fall through [-Wimplicit-fallthrough=] *val2 = 77 * 4; ~~~~~~^~~~~~~~ drivers/iio/light/noa1305.c:88:2: note: here case NOA1305_INTEGR_TIME_200MS: ^~~~ Introduced by commit 741172d18e8a ("iio: light: noa1305: Add support for NOA1305") -- Cheers, Stephen Rothwell