From: Andreas Larsson Date: Tue, 29 Jan 2013 14:53:40 +0000 (+0100) Subject: spi/of: Fix initialization of cs_gpios array X-Git-Tag: v3.9-rc1~148^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da83bb1c9d2690465d27cb8887918e6664f647e;p=pandora-kernel.git spi/of: Fix initialization of cs_gpios array Using memset does not set an array of integers properly. Replace with a loop to set each element properly. Signed-off-by: Andreas Larsson Signed-off-by: Grant Likely --- Reading git-diff-tree failed