Skip to content

Commit

Permalink
cxl: Remove unnecessarily verbose print in cxl_remove()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Neuling authored and Michael Ellerman committed Jun 3, 2015
1 parent aa70775 commit 69c3a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/misc/cxl/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69c3a73

Please sign in to comment.