android_kernel_google_msm/drivers/hwspinlock
Li Fei 261c874090 hwspinlock: fix __hwspin_lock_request error path
commit c10b90d85a upstream.

Even in failed case of pm_runtime_get_sync, the usage_count
is incremented. In order to keep the usage_count with correct
value and runtime power management to behave correctly, call
pm_runtime_put_noidle in such case.

In __hwspin_lock_request, module_put is also called before
return in pm_runtime_get_sync failed case.

Signed-off-by Liu Chuansheng <chuansheng.liu@intel.com>
Signed-off-by: Li Fei <fei.li@intel.com>
[edit commit log]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-12 09:38:46 -07:00
..
hwspinlock_core.c hwspinlock: fix __hwspin_lock_request error path 2013-04-12 09:38:46 -07:00
hwspinlock_internal.h
Kconfig
Makefile
omap_hwspinlock.c
u8500_hsem.c