commit | 9ebca93bf3b350910c66516cbec68899eeddfd8e | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Tue Oct 16 15:53:39 2012 -0500 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 16 18:07:12 2012 -0700 |
tree | 7d3deef689f0d0628f3798e1606ec02daece104b | |
parent | 061475b65c126454aaaaddcbd40e7118424fc860 [diff] |
IPMI: Fix some uninitialized warning 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>