Skip to content

Commit b86c86a

Browse files
Dan Carpenterlinusw
authored andcommitted
gpio: f7188x: Add a missing break
A break statement was obviously intended here. Fixes: d69843e ("gpio: f7188x: Add F71889A GPIO support.") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 8397744 commit b86c86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-f7188x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ static int f7188x_gpio_probe(struct platform_device *pdev)
398398
case f71889a:
399399
data->nr_bank = ARRAY_SIZE(f71889a_gpio_bank);
400400
data->bank = f71889a_gpio_bank;
401+
break;
401402
case f71889f:
402403
data->nr_bank = ARRAY_SIZE(f71889_gpio_bank);
403404
data->bank = f71889_gpio_bank;

0 commit comments

Comments
 (0)