From: Michael Neuling Date: Wed, 27 May 2015 06:07:03 +0000 (+1000) Subject: cxl: Remove unnecessarily verbose print in cxl_remove() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=69c3a73c81a648daeac08225ff08b168472ff27e;p=linux-beck.git cxl: Remove unnecessarily verbose print in cxl_remove() Signed-off-by: Michael Neuling Acked-by: Ian Munsie Signed-off-by: Michael Ellerman --- 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