commit | ea83f81b489be3be268ed7fabfe8dd94bdc45a29 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Oct 31 01:29:17 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 00:36:10 2012 +0100 |
tree | 02a79b38fec0c8fad31acbfa03b820ae00c242af | |
parent | 0779726cc265805d0f7c7dd1d791fa4076b31a9a [diff] |
PM / OPP: using kfree_rcu() to simplify the code The callback function of call_rcu() just calls a kfree(), so we can use kfree_rcu() instead of call_rcu() + callback function. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>