From: Viresh Kumar Date: Thu, 27 Nov 2014 03:24:07 +0000 (+0530) Subject: PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability() X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2~4^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4037aaa584bd914bbf578f5ceb2d9884fa7ddb6;p=pandora-kernel.git PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability() This existed before we introduced call_srcu() in opp layer to synchronize with srcu_notifier_call_chain() while removing OPPs. And is a potential bug which wasn't noticed earlier. Let fix it as well by using the right API to free OPP. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed