Commit 1d53aedc authored by Shannon Nelson's avatar Shannon Nelson Committed by David S. Miller
Browse files

ionic: refresh devinfo after fw-upgrade



Make sure we can report the new FW version after a
fw-upgrade has finished by re-reading the device's
fw version information.

Fixes: c672412f ("ionic: remove lifs on fw reset")
Signed-off-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 16f3fd3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2116,6 +2116,7 @@ static void ionic_lif_handle_fw_up(struct ionic_lif *lif)

	dev_info(ionic->dev, "FW Up: restarting LIFs\n");

	ionic_init_devinfo(ionic);
	err = ionic_qcqs_alloc(lif);
	if (err)
		goto err_out;