From: Emilio López Date: Mon, 25 Feb 2013 11:07:45 +0000 (+0000) Subject: cpufreq: highbank: do not initialize array with a loop X-Git-Tag: v3.9-rc2~16^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f43dcfff3a3c7f7de4a0cfca0106a0ccd58bd7;p=pandora-kernel.git 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: Emilio López Acked-by: Viresh Kumar Acked-By: Mark Langsdorf Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed