Re: [PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-23 Thread Rafael J. Wysocki
On Monday, July 20, 2015 03:22:45 PM Viresh Kumar wrote: > On 20-07-15, 14:22, Pan Xinhui wrote: > > From: Pan Xinhui > > > > freq_table is now stored as policy->freq_table, so drop the redundant > > freq_table from struct cpufreq_acpi_io. > > > > Signed-off-by: Pan Xinhui > > --- > >

Re: [PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-23 Thread Rafael J. Wysocki
On Monday, July 20, 2015 03:22:45 PM Viresh Kumar wrote: On 20-07-15, 14:22, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com freq_table is now stored as policy-freq_table, so drop the redundant freq_table from struct cpufreq_acpi_io. Signed-off-by: Pan Xinhui

Re: [PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-20 Thread Viresh Kumar
On 20-07-15, 14:22, Pan Xinhui wrote: > From: Pan Xinhui > > freq_table is now stored as policy->freq_table, so drop the redundant > freq_table from struct cpufreq_acpi_io. > > Signed-off-by: Pan Xinhui > --- > drivers/cpufreq/ia64-acpi-cpufreq.c | 15 --- > 1 file changed, 8

[PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-20 Thread Pan Xinhui
From: Pan Xinhui freq_table is now stored as policy->freq_table, so drop the redundant freq_table from struct cpufreq_acpi_io. Signed-off-by: Pan Xinhui --- drivers/cpufreq/ia64-acpi-cpufreq.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git

[PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-20 Thread Pan Xinhui
From: Pan Xinhui xinhuix@intel.com freq_table is now stored as policy-freq_table, so drop the redundant freq_table from struct cpufreq_acpi_io. Signed-off-by: Pan Xinhui xinhuix@intel.com --- drivers/cpufreq/ia64-acpi-cpufreq.c | 15 --- 1 file changed, 8 insertions(+), 7

Re: [PATCH] cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_data

2015-07-20 Thread Viresh Kumar
On 20-07-15, 14:22, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com freq_table is now stored as policy-freq_table, so drop the redundant freq_table from struct cpufreq_acpi_io. Signed-off-by: Pan Xinhui xinhuix@intel.com --- drivers/cpufreq/ia64-acpi-cpufreq.c | 15