From: Viresh Kumar Date: Fri, 28 Mar 2014 13:41:45 +0000 (+0530) Subject: cpufreq: don't print value of .driver_data from core X-Git-Tag: v3.15-rc1~28^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae87f10f35f75deb8f74dbd92d062200932c2f26;p=pandora-kernel.git cpufreq: don't print value of .driver_data from core CPUFreq core doesn't control value of .driver_data and this field is completely driver specific. This can contain any value and not only indexes. For most of the drivers, which aren't using this field, its value is zero. So, printing this from core doesn't make any sense. Don't print it. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed