From: Viresh Kumar Date: Mon, 27 Jul 2015 12:28:06 +0000 (+0530) Subject: cpufreq: Use __func__ to print function's name X-Git-Tag: omap-for-v4.3/fixes-rc1~23^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63431f789c957cebcffeb51953dfaeb7f1ddd827;p=pandora-kernel.git cpufreq: Use __func__ to print function's name Its better to use __func__ to print functions name instead of writing the name in the print statement. This also has the advantage that a change in function's name doesn't force us to change the print message as well. Reviewed-by: Preeti U Murthy Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed