OSDN Git Service

cpufreq: don't print value of .driver_data from core
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 28 Mar 2014 13:41:45 +0000 (19:11 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Apr 2014 12:43:49 +0000 (14:43 +0200)
commitae87f10f35f75deb8f74dbd92d062200932c2f26
tree406b610236dbc16b53fcd70cc597502896985ae4
parent1ea7d77b099434916756ac0920a0af6e9a408251
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 <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/freq_table.c