[amd] vega20: print no SOL indicator

This commit is contained in:
Geoffrey McRae 2020-11-11 10:59:20 +11:00
parent cc8e8b3005
commit 69e33e3cb8

View File

@ -121,7 +121,10 @@ static int amd_vega20_reset(struct vendor_reset_dev *dev)
/* if there's no sign of life we usually can't reset */
if (!sol)
{
pci_info(dev->pdev, "vega20: no SOL, not attempting BACO reset\n");
goto free_adev;
}
ret = vega20_baco_set_state(adev, BACO_STATE_IN);
if (ret)