diff options
author | Michael Neuling <mikey@neuling.org> | 2015-05-27 09:07:03 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-06-03 06:27:17 +0300 |
commit | 69c3a73c81a648daeac08225ff08b168472ff27e (patch) | |
tree | 01d9d1450c8e367455a4db6aaff0ec352fd8b1e9 | |
parent | aa70775e9ae1f7406fcfb877e6dbb9c13aa34840 (diff) | |
download | linux-69c3a73c81a648daeac08225ff08b168472ff27e.tar.xz |
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>
-rw-r--r-- | drivers/misc/cxl/pci.c | 2 |
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 |