projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa70775
)
cxl: Remove unnecessarily verbose print in cxl_remove()
author
Michael Neuling
<mikey@neuling.org>
Wed, 27 May 2015 06:07:03 +0000
(16:07 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:17 +0000
(13:27 +1000)
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>
drivers/misc/cxl/pci.c
patch
|
blob
|
history
diff --git
a/drivers/misc/cxl/pci.c
b/drivers/misc/cxl/pci.c
index d966859c73a8fd4ec575461a3eccd84a3329ff84..ef24e21a93a1b80eceaf83b16e44925d5c30a759 100644
(file)
--- 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