]> asedeno.scripts.mit.edu Git - linux.git/commit
eeprom: at25: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 3 Jul 2018 22:47:36 +0000 (17:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jul 2018 15:38:57 +0000 (17:38 +0200)
commit0c2ccd8cd1436d79010354029f43e4d167f1d755
treef74277c942f5f0bba534f08b63126c60a4dd687c
parent97b715b62e5b4c6edb75d023f556fd09a46cb4e1
eeprom: at25: mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/at25.c