[PATCH] drm/msm: Fix missing unlock on error in msm_fbdev_create()

2014-08-14 Thread Rob Clark
On Wed, Aug 13, 2014 at 9:01 PM, wrote: > From: Wei Yongjun > > Add the missing unlock before return from function msm_fbdev_create() > in the error handling case. > > Signed-off-by: Wei Yongjun Thanks, I've got it queued up.. BR, -R > --- > drivers/gpu/drm/msm/msm_fbdev.c | 2 +- > 1 file

[PATCH] drm/msm: Fix missing unlock on error in msm_fbdev_create()

2014-08-14 Thread weiyj...@163.com
From: Wei Yongjun Add the missing unlock before return from function msm_fbdev_create() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/gpu/drm/msm/msm_fbdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/msm_fbdev.c b/drivers/gpu/d