git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d73299
)
spi/of: Fix initialization of cs_gpios array
author
Andreas Larsson
<andreas@gaisler.com>
Tue, 29 Jan 2013 14:53:40 +0000
(15:53 +0100)
committer
Grant Likely
<grant.likely@secretlab.ca>
Sun, 10 Feb 2013 23:59:55 +0000
(23:59 +0000)
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>
No differences found