mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-03-28 05:02:44 +01:00
[amd] vega20: print no SOL indicator
This commit is contained in:
@@ -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 there's no sign of life we usually can't reset */
|
||||||
if (!sol)
|
if (!sol)
|
||||||
|
{
|
||||||
|
pci_info(dev->pdev, "vega20: no SOL, not attempting BACO reset\n");
|
||||||
goto free_adev;
|
goto free_adev;
|
||||||
|
}
|
||||||
|
|
||||||
ret = vega20_baco_set_state(adev, BACO_STATE_IN);
|
ret = vega20_baco_set_state(adev, BACO_STATE_IN);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
|||||||
Reference in New Issue
Block a user