Commit 6900fad6 authored by Andy Shevchenko's avatar Andy Shevchenko

gpiolib: add missed break statement

It's no difference in the functionality, but after the change the code
is less error prone to various checkers.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 13daf489
......@@ -2107,6 +2107,7 @@ static int gpio_set_config(struct gpio_desc *desc, enum pin_config_param mode)
default:
arg = 0;
break;
}
config = PIN_CONF_PACKED(mode, arg);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment