commit | 1ea7d77b099434916756ac0920a0af6e9a408251 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Mar 28 19:11:44 2014 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Apr 07 14:43:49 2014 +0200 |
tree | f8282a966b1ef3c930c1ad1c6adac713da07e993 | |
parent | 81f359027a3a383cc1dc79499ce97f1074861e5b [diff] |
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>