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:
d5fb296
)
[ATM] firestream: Fix uninitialized var warning.
author
David S. Miller
<davem@davemloft.net>
Fri, 28 Mar 2008 23:19:26 +0000
(16:19 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 28 Mar 2008 23:19:26 +0000
(16:19 -0700)
All code paths set tmc0 in some way, but GCC can't
see that for some reason. Explicitly initialize
to zero.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found