]> git.baikalelectronics.ru Git - kernel.git/commit
IPMI: Fix some uninitialized warning
authorCorey Minyard <cminyard@mvista.com>
Tue, 16 Oct 2012 20:53:39 +0000 (15:53 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Oct 2012 01:07:12 +0000 (18:07 -0700)
commit149e614110d5dc565674c6f165b6c429aca85b8f
tree7d3deef689f0d0628f3798e1606ec02daece104b
parent69762d43b091044f09cd19328256b87412c5d33e
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>
drivers/char/ipmi/ipmi_msghandler.c