]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipmi_si: Avoid a wrong long timeout on transaction done
authorCorey Minyard <cminyard@mvista.com>
Mon, 25 Jan 2016 22:11:20 +0000 (16:11 -0600)
committerCorey Minyard <cminyard@mvista.com>
Wed, 3 Feb 2016 16:36:04 +0000 (10:36 -0600)
commit7f8df84ecba8cc230b77d161e178af2c638ef620
treeced7494ce7b864724e61da68751ed66aad1a59d8
parent71034eb21699d4211bc480e5ab426ee826f84674
ipmi_si: Avoid a wrong long timeout on transaction done

Under some circumstances, the IPMI state machine could return
a call without delay option but the driver would still do a long
delay because the result wasn't checked.  Instead of calling
the state machine after transaction done, just go back to the
top of the processing to start over.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_intf.c