From: Viresh Kumar Date: Wed, 19 Jun 2013 08:52:59 +0000 (+0530) Subject: cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~19^2~7^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567f4f6727bccf729fb2c55c9da29c787bb1b583;p=pandora-kernel.git cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases In case we have started PRECHANGE notifier and found an error, we must call POSTCHANGE notifier with freqs.new = freqs.old. This driver does take care of it, but the POSTCHANGE is called with freqs.new on errors too, which is incorrect, so fix it. [rjw: Changelog] Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed