Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

qlge: Fix early exit from mbox cmd complete wait.

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

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ron Mercer and committed by
David S. Miller
60fa6c37 ee5f784a

+1 -1
+1 -1
drivers/net/qlge/qlge_mpi.c
··· 499 499 /* Wait for the interrupt to come in. */ 500 500 status = ql_wait_mbx_cmd_cmplt(qdev); 501 501 if (status) 502 - goto end; 502 + continue; 503 503 504 504 /* Process the event. If it's an AEN, it 505 505 * will be handled in-line or a worker