[PATCH] drm: msm: dsi: Added missing mutex_unlock

2015-12-07 Thread Rob Clark
On Sun, Dec 6, 2015 at 2:49 PM, Saurabh Sengar wrote: > in case of failed to get iova, function was returning without releasing > the mutex. Added it. > > Signed-off-by: Saurabh Sengar Reviewed-by: Rob Clark > --- > drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] drm: msm: dsi: Added missing mutex_unlock

2015-12-07 Thread Saurabh Sengar
in case of failed to get iova, function was returning without releasing the mutex. Added it. Signed-off-by: Saurabh Sengar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/dsi/dsi_host.c b/drivers/gpu/drm/msm/dsi/dsi_