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

Commit d938a702 authored by Sathya Perla's avatar Sathya Perla Committed by David S. Miller
Browse files

be2net: increase POST timeout for EEH recovery



Sometimes BE requires longer time for POST completion after an EEH
reset.  Increasing the timeout value accordingly.

Signed-off-by: default avatarSathya Perla <sathyap@serverengines.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ea16f912
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ int be_cmd_POST(struct be_adapter *adapter)
		} else {
			return 0;
		}
	} while (timeout < 20);
	} while (timeout < 40);

	dev_err(&adapter->pdev->dev, "POST timeout; stage=0x%x\n", stage);
	return -1;