cpufreq: s3c2416: fix forgotten driver_data conversions
authorHeiko Stübner <heiko@sntech.de>
Sat, 22 Jun 2013 23:08:25 +0000 (01:08 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 24 Jun 2013 05:52:33 +0000 (11:22 +0530)
Commit 5070158804b5 (cpufreq: rename index as driver_data in
cpufreq_frequency_table) renamed the index field to driver_data.

But it seems some uses in the s3c2416 driver were forgotten.

So convert the last index users to read driver_data.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

No differences found