summaryrefslogtreecommitdiff
path: root/cmd/pmic.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/pmic.c')
-rw-r--r--cmd/pmic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pmic.c b/cmd/pmic.c
index 3ad1b8aa375..e5fc8f97b75 100644
--- a/cmd/pmic.c
+++ b/cmd/pmic.c
@@ -34,6 +34,7 @@ static int do_dev(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
printf("Can't get PMIC: %s!\n", name);
return failure(ret);
}
+ fallthrough;
case 1:
if (!currdev) {
printf("PMIC device is not set!\n\n");