]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: exynos5440: Protect OPP search calls with RCU lock
authorAmit Daniel Kachhap <amit.daniel@samsung.com>
Sun, 21 Apr 2013 22:24:37 +0000 (00:24 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 21 Apr 2013 22:24:37 +0000 (00:24 +0200)
commitd387528f1901fb11d1e5bfd71d9daa6ad50198c1
treed9575a15b953827d0b01dde943c051ecde938ab3
parente3c7cd2eb48b0960a2c4b93e58f0453bd06a3c5c
cpufreq: exynos5440: Protect OPP search calls with RCU lock

As per the OPP library documentation(Documentation/power/opp.txt) all
OPP find/get calls should be protected by RCU locks.

Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/exynos5440-cpufreq.c