From: Paul Bolle Date: Fri, 23 May 2014 15:05:00 +0000 (+0200) Subject: cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~1^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef546f22f14eea624681aa2793f4f07b051b68d;p=pandora-kernel.git cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSE A pr_err() was added in v3.1. It was guarded by a check for CONFIG_PM_VERBOSE. The Kconfig symbol PM_VERBOSE was removed in v3.0. So this pr_err() has never been used. Drop that check and clean up the message a bit. Signed-off-by: Paul Bolle Acked-by: Viresh Kumar Reviewed-by: Sachin Kamat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed