ipmi: Clean up the error handling for channel config errors
authorCorey Minyard <cminyard@mvista.com>
Mon, 6 Oct 2014 19:17:50 +0000 (14:17 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Oct 2014 17:22:32 +0000 (13:22 -0400)
commit1f6684235825684b6257b7169b122011494c8a4d
tree48be8d53b5a7902cc96e291647101a43d80f601b
parentbfe01a5ba2490f299e1d2d5508cbbbadd897bbe9
ipmi: Clean up the error handling for channel config errors

The code to send the channel config errors was missing an error report
in one place and needed some more information in another, and had an
extraneous bit of code.  Clean all that up.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/ipmi/ipmi_msghandler.c