git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0779726
)
PM / OPP: using kfree_rcu() to simplify the code
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Wed, 31 Oct 2012 00:29:17 +0000
(
01:29
+0100)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:36:10 +0000
(
00:36
+0100)
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>
No differences found