提交 cb6d315d 编写于 作者: L Laurent Meunier 提交者: Linus Walleij

pinctrl/pinconfig: fix misplaced goto

This update contains a basic fix that went unseen through
test and review.
Signed-off-by: NLaurent Meunier <laurent.meunier@st.com>
Reviewed-by: NPatrice Chotard <patrice.chotard@stericsson.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 a0d4262a
......@@ -769,8 +769,8 @@ static int pinconf_dbg_config_write(struct file *file,
}
if (!found) {
goto exit;
count = -EINVAL;
goto exit;
}
if (pctldev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册