mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
qlge: Store firmware revision as early as possible.
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91ced682f9
commit
88051b4e4f
@ -317,6 +317,7 @@ static void ql_init_fw_done(struct ql_adapter *qdev, struct mbox_params *mbcp)
|
||||
} else {
|
||||
QPRINTK(qdev, DRV, ERR, "Firmware Revision = 0x%.08x.\n",
|
||||
mbcp->mbox_out[1]);
|
||||
qdev->fw_rev_id = mbcp->mbox_out[1];
|
||||
status = ql_cam_route_initialize(qdev);
|
||||
if (status)
|
||||
QPRINTK(qdev, IFUP, ERR,
|
||||
|
Loading…
Reference in New Issue
Block a user