commit | f44d188acdca1a34e4439ca6a173f85086e0e655 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Fri Jan 18 19:52:32 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 22 13:28:39 2013 +0100 |
tree | af5fe5cd356ec1ee834dd1125b6bdc408402bd2f | |
parent | 25216865392a6e1f3032855aee7407de1fe0b70c [diff] |
cpufreq: OMAP: use RCU locks around usage of OPP OPP pointer is RCU protected, hence after finding it, de-reference also should be protected with the same RCU context else the OPP pointer may become invalid. Reported-by: Alexander Holler <holler@ahsoftware.de> Tested-by: Alexander Holler <holler@ahsoftware.de> Acked-by: Alexander Holler <holler@ahsoftware.de> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>