From: Wei Yongjun Date: Wed, 31 Oct 2012 00:29:17 +0000 (+0100) Subject: PM / OPP: using kfree_rcu() to simplify the code X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea83f81b489be3be268ed7fabfe8dd94bdc45a29;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed