]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Fix missing unlock on error in msm_fbdev_create()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 14 Aug 2014 01:01:40 +0000 (09:01 +0800)
committerRob Clark <robdclark@gmail.com>
Tue, 26 Aug 2014 14:43:31 +0000 (10:43 -0400)
commit34a88452780860efe347d5dcb1c64e9a102d1871
treefe95167e1d9a4239b2e8973b5419277b88d0cb11
parent7366932a3a43f91c91de777632570c5dfbca55e5
drm/msm: Fix missing unlock on error in msm_fbdev_create()

Add the missing unlock before return from function msm_fbdev_create()
in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_fbdev.c