commit | d9dffd2a0bd84039f1b4f7e8835f1b0bbde0b3a7 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Mon Jan 25 16:11:20 2016 -0600 |
committer | Corey Minyard <cminyard@mvista.com> | Fri Mar 18 07:01:23 2016 -0500 |
tree | 74de7c6c3a8f9caf26221aec40acdaba732f667c | |
parent | f813655a36830c54111763ba1acdbb0fe35813d9 [diff] |
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>