浏览代码

cpufreq: ia64: don't set .driver_data to index

.driver_data field is only required to be filled if drivers want to
preserve some data in there which they can use according to the value
of .frequency. But this driver isn't using this field at all, but just
setting it equal to the index value. Which isn't required. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Viresh Kumar 11 年之前
父节点
当前提交
1ea7d77b09
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/cpufreq/ia64-acpi-cpufreq.c

+ 0 - 1
drivers/cpufreq/ia64-acpi-cpufreq.c

@@ -275,7 +275,6 @@ acpi_cpufreq_cpu_init (
 	/* table init */
 	for (i = 0; i <= data->acpi_data.state_count; i++)
 	{
-		data->freq_table[i].driver_data = i;
 		if (i < data->acpi_data.state_count) {
 			data->freq_table[i].frequency =
 			      data->acpi_data.states[i].core_frequency * 1000;