ipmi: Handle BMCs that don't allow clearing the rcv irq bit
authorCorey Minyard <cminyard@mvista.com>
Fri, 3 Apr 2015 17:13:48 +0000 (12:13 -0500)
committerCorey Minyard <cminyard@mvista.com>
Sat, 11 Apr 2015 01:51:42 +0000 (20:51 -0500)
Some BMCs don't let you clear the receive irq bit in the global
enables.  This is kind of silly, but they give an error if you
try to clear it.  Compensate for this by detecting the situation
and working around it.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Tested-by: Thomas D <whissi@whissi.de>
Reviewed-by: Thomas D <whissi@whissi.de>
drivers/char/ipmi/ipmi_si_intf.c

Simple merge