Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb6d315d authored by Laurent Meunier's avatar Laurent Meunier Committed by Linus Walleij
Browse files

pinctrl/pinconfig: fix misplaced goto



This update contains a basic fix that went unseen through
test and review.

Signed-off-by: default avatarLaurent Meunier <laurent.meunier@st.com>
Reviewed-by: default avatarPatrice Chotard <patrice.chotard@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent a0d4262a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -769,8 +769,8 @@ static int pinconf_dbg_config_write(struct file *file,
	}

	if (!found) {
		goto exit;
		count = -EINVAL;
		goto exit;
	}

	if (pctldev)