[patch] drm/tegra: sor - missing unlock on error
Thierry Reding
thierry.reding at gmail.com
Sun Jul 13 23:53:48 PDT 2014
On Wed, Jun 11, 2014 at 10:06:09AM +0300, Dan Carpenter wrote:
> We should unlock before returning the error code.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
>
> diff --git a/drivers/gpu/drm/tegra/sor.c b/drivers/gpu/drm/tegra/sor.c
> index 27c979b..64f57fa 100644
> --- a/drivers/gpu/drm/tegra/sor.c
> +++ b/drivers/gpu/drm/tegra/sor.c
> @@ -516,7 +516,7 @@ static int tegra_output_sor_enable(struct tegra_output *output)
> if (err < 0) {
> dev_err(sor->dev, "failed to probe eDP link: %d\n",
> err);
> - return err;
> + goto unlock;
> }
> }
>
Applied, thanks.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140714/842e1a6d/attachment.sig>
More information about the dri-devel
mailing list