Commit b2234ee9 authored by Corey Minyard's avatar Corey Minyard

ipmi: Add a comment in how messages are delivered from the lower layer

To avoid confusion in the future.
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent cca85f19
......@@ -3959,6 +3959,10 @@ void ipmi_smi_msg_received(ipmi_smi_t intf,
if (!run_to_completion)
spin_lock_irqsave(&intf->xmit_msgs_lock, flags);
/*
* We can get an asynchronous event or receive message in addition
* to commands we send.
*/
if (msg == intf->curr_msg)
intf->curr_msg = NULL;
if (!run_to_completion)
......
Markdown is supported
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