qlge: Save status from firmware crash (system err).

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ron Mercer 2009-03-03 12:10:36 +00:00 committed by David S. Miller
parent 7c92191cb4
commit bb6676705e
1 changed files with 3 additions and 0 deletions

View File

@ -415,7 +415,10 @@ static int ql_mpi_handler(struct ql_adapter *qdev, struct mbox_params *mbcp)
break;
case AEN_SYS_ERR:
QPRINTK(qdev, DRV, ERR,
"System Error.\n");
ql_queue_fw_error(qdev);
status = -EIO;
break;
default: