commit | 0da83bb1c9d2690465d27cb8887918e6664f647e | [log] [tgz] |
---|---|---|
author | Andreas Larsson <andreas@gaisler.com> | Tue Jan 29 15:53:40 2013 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Feb 10 23:59:55 2013 +0000 |
tree | 936252ab54a70d139099f7c2fba2bf4bebc6fafb | |
parent | 0d73299ddf1f4c3ea9f8606b49c4346871a3f139 [diff] |
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 <andreas@gaisler.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>