commit | 10948061162a4bd9c54086e04dc8cd11faaf5bb5 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Mon Aug 05 14:44:18 2019 -0500 |
committer | Sebastian Reichel <sre@kernel.org> | Mon Sep 02 10:06:31 2019 +0200 |
tree | 18fcfea98bd841c7b43314f4523635e4aa26a283 | |
parent | fe55e770327363304c4111423e6f7ff3c650136d [diff] |
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>