mirror of
https://github.com/gnif/vendor-reset.git
synced 2025-12-28 22:49:28 +01:00
[amd] vega20: print no SOL indicator
This commit is contained in:
parent
cc8e8b3005
commit
69e33e3cb8
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user