Skip to content

Commit

Permalink
qlge: Fix early exit from mbox cmd complete wait.
Browse files Browse the repository at this point in the history
This line was accidentally left out of the previous commit #
da03945 ("qlge: Fix firmware mailbox
command timeout.").

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ron Mercer authored and David S. Miller committed Nov 7, 2009
1 parent ee5f784 commit 60fa6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/qlge/qlge_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60fa6c3

Please sign in to comment.