Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb667670 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller
Browse files

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

parent 7c92191c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -415,7 +415,10 @@ static int ql_mpi_handler(struct ql_adapter *qdev, struct mbox_params *mbcp)
		break;
		break;


	case AEN_SYS_ERR:
	case AEN_SYS_ERR:
		QPRINTK(qdev, DRV, ERR,
			"System Error.\n");
		ql_queue_fw_error(qdev);
		ql_queue_fw_error(qdev);
		status = -EIO;
		break;
		break;


	default:
	default: