power: max8925: mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 4 Oct 2018 13:56:36 +0000 (15:56 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 21 Oct 2018 19:33:35 +0000 (21:33 +0200)
commitcfb347979e71d3ce6be59a988b3357f541c9eacf
tree13f9c3aabb2ca356f129c8b18d3cd7fbbe280605
parent415d602b226b3ed7b24edd8f0c2bfc111684d2b1
power: max8925: mark expected switch fall-through

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

Addresses-Coverity-ID: 201510 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/max8925_power.c