aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/cxl/pci.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-05-27 16:07:03 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-06-03 13:27:17 +1000
commit69c3a73c81a648daeac08225ff08b168472ff27e (patch)
tree01d9d1450c8e367455a4db6aaff0ec352fd8b1e9 /drivers/misc/cxl/pci.c
parentcxl: Add shutdown hook (diff)
downloadwireguard-linux-69c3a73c81a648daeac08225ff08b168472ff27e.tar.xz
wireguard-linux-69c3a73c81a648daeac08225ff08b168472ff27e.zip
cxl: Remove unnecessarily verbose print in cxl_remove()
Signed-off-by: Michael Neuling <mikey@neuling.org> Acked-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--drivers/misc/cxl/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c
index d966859c73a8..ef24e21a93a1 100644
--- a/drivers/misc/cxl/pci.c
+++ b/drivers/misc/cxl/pci.c
@@ -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