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:
061475b
)
IPMI: Fix some uninitialized warning
author
Corey Minyard
<cminyard@mvista.com>
Tue, 16 Oct 2012 20:53:39 +0000
(15:53 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 17 Oct 2012 01:07:12 +0000
(18:07 -0700)
There was a spot where the compiler couldn't tell some variables
would be set. So initialize them to make the warning go away.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found