Skip to content
Commit f5f43dcf authored by Emilio López's avatar Emilio López Committed by Rafael J. Wysocki
Browse files

cpufreq: highbank: do not initialize array with a loop



As uninitialized array members will be initialized to zero, we can
avoid using a for loop by setting a value to it.

Signed-off-by: default avatarEmilio López <emilio@elopez.com.ar>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-By: default avatarMark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 4b875810
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment