提交 2263c460 编写于 作者: D Dan Carpenter 提交者: Thierry Reding

drm/tegra: sor - missing unlock on error

We should unlock before returning the error code.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 52303019
...@@ -516,7 +516,7 @@ static int tegra_output_sor_enable(struct tegra_output *output) ...@@ -516,7 +516,7 @@ static int tegra_output_sor_enable(struct tegra_output *output)
if (err < 0) { if (err < 0) {
dev_err(sor->dev, "failed to probe eDP link: %d\n", dev_err(sor->dev, "failed to probe eDP link: %d\n",
err); err);
return err; goto unlock;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册