mirror of
https://github.com/gnif/vendor-reset
synced 2025-02-16 03:57:03 +00: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 (!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)
|
||||
|
Loading…
Reference in New Issue
Block a user