From: Amit Daniel Kachhap Date: Wed, 7 Aug 2013 11:16:11 +0000 (+0530) Subject: cpufreq: exynos5440: Fix to skip when new frequency same as current X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c721d15a5cc1dade16f068123070c570378c5cc0;p=pandora-kernel.git cpufreq: exynos5440: Fix to skip when new frequency same as current This patch fixes the issue of un-necessary setting the clock controller when the new target frequency is same as the current one. This case usually occurs with governors like ondemand which passes the target frequency as the percentage of average frequency. This check is present in most of the cpufreq drivers. Cc: Viresh Kumar Cc: Rafael J. Wysocki Cc: Kukjin Kim Signed-off-by: Amit Daniel Kachhap Signed-off-by: Viresh Kumar --- Reading git-diff-tree failed