瀏覽代碼

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>
Michael Neuling 10 年之前
父節點
當前提交
69c3a73c81
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/misc/cxl/pci.c

+ 0 - 2
drivers/misc/cxl/pci.c

@@ -1154,8 +1154,6 @@ static void cxl_remove(struct pci_dev *dev)
 	struct cxl *adapter = pci_get_drvdata(dev);
 	struct cxl *adapter = pci_get_drvdata(dev);
 	int afu;
 	int afu;
 
 
-	dev_warn(&dev->dev, "pci remove\n");
-
 	/*
 	/*
 	 * Lock to prevent someone grabbing a ref through the adapter list as
 	 * Lock to prevent someone grabbing a ref through the adapter list as
 	 * we are removing it
 	 * we are removing it