Skip to content
Commit d9dffd2a authored by Corey Minyard's avatar Corey Minyard
Browse files

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: default avatarCorey Minyard <cminyard@mvista.com>
parent f813655a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment