|
@@ -1311,7 +1311,6 @@ static void i40evf_watchdog_task(struct work_struct *work)
|
|
goto restart_watchdog;
|
|
goto restart_watchdog;
|
|
|
|
|
|
if (adapter->flags & I40EVF_FLAG_PF_COMMS_FAILED) {
|
|
if (adapter->flags & I40EVF_FLAG_PF_COMMS_FAILED) {
|
|
- dev_info(&adapter->pdev->dev, "Checking for redemption\n");
|
|
|
|
if ((rd32(hw, I40E_VFGEN_RSTAT) & 0x3) == I40E_VFR_VFACTIVE) {
|
|
if ((rd32(hw, I40E_VFGEN_RSTAT) & 0x3) == I40E_VFR_VFACTIVE) {
|
|
/* A chance for redemption! */
|
|
/* A chance for redemption! */
|
|
dev_err(&adapter->pdev->dev, "Hardware came out of reset. Attempting reinit.\n");
|
|
dev_err(&adapter->pdev->dev, "Hardware came out of reset. Attempting reinit.\n");
|