OSDN Git Service

power: supply: ab8500_charger: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 5 Aug 2019 19:44:18 +0000 (14:44 -0500)
committerSebastian Reichel <sre@kernel.org>
Mon, 2 Sep 2019 08:06:31 +0000 (10:06 +0200)
commit10948061162a4bd9c54086e04dc8cd11faaf5bb5
tree18fcfea98bd841c7b43314f4523635e4aa26a283
parentfe55e770327363304c4111423e6f7ff3c650136d
power: supply: ab8500_charger: Mark expected switch fall-through

Mark switch cases where we are expecting to fall through.

This patch fixes the following warning (Building: allmodconfig arm):

drivers/power/supply/ab8500_charger.c:738:6: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ab8500_charger.c