qlge: Fix early exit from mbox cmd complete wait.
This line was accidentally left out of the previous commit #
da03945140
("qlge: Fix firmware mailbox
command timeout.").
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
ee5f784a2d
Коммит
60fa6c374e
|
@ -499,7 +499,7 @@ static int ql_mailbox_command(struct ql_adapter *qdev, struct mbox_params *mbcp)
|
||||||
/* Wait for the interrupt to come in. */
|
/* Wait for the interrupt to come in. */
|
||||||
status = ql_wait_mbx_cmd_cmplt(qdev);
|
status = ql_wait_mbx_cmd_cmplt(qdev);
|
||||||
if (status)
|
if (status)
|
||||||
goto end;
|
continue;
|
||||||
|
|
||||||
/* Process the event. If it's an AEN, it
|
/* Process the event. If it's an AEN, it
|
||||||
* will be handled in-line or a worker
|
* will be handled in-line or a worker
|
||||||
|
|
Загрузка…
Ссылка в новой задаче