[PATCH v3 09/24] cxl: Remove unnecessarily verbose print in cxl_remove()
Michael Neuling
mikey at neuling.org
Wed May 27 16:07:03 AEST 2015
Signed-off-by: Michael Neuling <mikey at neuling.org>
Acked-by: Ian Munsie <imunsie at au1.ibm.com>
---
drivers/misc/cxl/pci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c
index a9c90d2..8076aa3 100644
--- a/drivers/misc/cxl/pci.c
+++ b/drivers/misc/cxl/pci.c
@@ -1119,8 +1119,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
--
2.1.0
More information about the Linuxppc-dev
mailing list