diff mbox

[v3,09/24] cxl: Remove unnecessarily verbose print in cxl_remove()

Message ID 1432706838-20794-10-git-send-email-mikey@neuling.org (mailing list archive)
State Accepted
Commit 69c3a73c81a648daeac08225ff08b168472ff27e
Delegated to: Michael Ellerman
Headers show

Commit Message

Michael Neuling May 27, 2015, 6:07 a.m. UTC
Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
---
 drivers/misc/cxl/pci.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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