diff options
-rw-r--r-- | drivers/pinctrl/pinconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinconf.c b/drivers/pinctrl/pinconf.c index 6f14b62ae8ba..32f96808202a 100644 --- a/drivers/pinctrl/pinconf.c +++ b/drivers/pinctrl/pinconf.c | |||
@@ -769,8 +769,8 @@ static int pinconf_dbg_config_write(struct file *file, | |||
769 | } | 769 | } |
770 | 770 | ||
771 | if (!found) { | 771 | if (!found) { |
772 | goto exit; | ||
773 | count = -EINVAL; | 772 | count = -EINVAL; |
773 | goto exit; | ||
774 | } | 774 | } |
775 | 775 | ||
776 | if (pctldev) | 776 | if (pctldev) |