]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PM / devfreq: fix missing unlock on error in exynos4_busfreq_pm_notifier_event()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 22 Feb 2013 04:33:50 +0000 (12:33 +0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 Jun 2013 11:20:29 +0000 (20:20 +0900)
commit5751cdc0c9337b4f5fdd05f45ca3483e7cd7a708
treec79b6c0a1066b46faf5f2941248017b9bd775bb1
parentde9c739435b47e7d39e448b2cc4c8154cabc9e5a
PM / devfreq: fix missing unlock on error in exynos4_busfreq_pm_notifier_event()

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

This issue introduced by commit 8fa938
(PM / devfreq: exynos4_bus: honor RCU lock usage)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
[Resolved path conflicts by MyungJoo Ham]
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/exynos/exynos4_bus.c