]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cxl: Remove unnecessarily verbose print in cxl_remove()
authorMichael Neuling <mikey@neuling.org>
Wed, 27 May 2015 06:07:03 +0000 (16:07 +1000)
committerMichael 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

index d966859c73a8fd4ec575461a3eccd84a3329ff84..ef24e21a93a1b80eceaf83b16e44925d5c30a759 100644 (file)
@@ -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