]> asedeno.scripts.mit.edu Git - linux.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)
commit70eb0855b2f8fcf61f9f47626b9fa70e7b45ab06
treed9575a15b953827d0b01dde943c051ecde938ab3
parentc77896693da9ad75bd999fd86dd81a3da747e267
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