Skip to content
Snippets Groups Projects
Commit 60fa6c37 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller
Browse files

qlge: Fix early exit from mbox cmd complete wait.


This line was accidentally left out of the previous commit #
da039451 ("qlge: Fix firmware mailbox
command timeout.").

Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee5f784a
No related branches found
No related tags found
No related merge requests found
......@@ -499,7 +499,7 @@ static int ql_mailbox_command(struct ql_adapter *qdev, struct mbox_params *mbcp)
/* Wait for the interrupt to come in. */
status = ql_wait_mbx_cmd_cmplt(qdev);
if (status)
goto end;
continue;
/* Process the event. If it's an AEN, it
* will be handled in-line or a worker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment