Commit 69c3a73c authored by Michael Neuling's avatar Michael Neuling Committed by Michael Ellerman

cxl: Remove unnecessarily verbose print in cxl_remove()

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Acked-by: default avatarIan Munsie <imunsie@au1.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent aa70775e
......@@ -1154,8 +1154,6 @@ static void cxl_remove(struct pci_dev *dev)
struct cxl *adapter = pci_get_drvdata(dev);
int afu;
dev_warn(&dev->dev, "pci remove\n");
/*
* Lock to prevent someone grabbing a ref through the adapter list as
* we are removing it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment