mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
ntb_hw_amd: Fix incorrect debug message in link disable path
amd_ntb_link_disable() prints "Enabling Link" which is misleading. Update the message to reflect that the link is being disabled. Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
8cd9520d35
commit
4fc0625cf9
|
|
@ -376,7 +376,7 @@ static int amd_ntb_link_disable(struct ntb_dev *ntb)
|
|||
|
||||
if (ndev->ntb.topo == NTB_TOPO_SEC)
|
||||
return -EINVAL;
|
||||
dev_dbg(&ntb->pdev->dev, "Enabling Link.\n");
|
||||
dev_dbg(&ntb->pdev->dev, "Disabling Link.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user