浏览代码

edac, pci: remove pesky debug printk

Do not spam the logs needlessly with the sole info that
edac_pci_dev_parity_clear is being called.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Borislav Petkov 15 年之前
父节点
当前提交
5213c32f9d
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/edac/edac_pci_sysfs.c

+ 0 - 2
drivers/edac/edac_pci_sysfs.c

@@ -534,8 +534,6 @@ static void edac_pci_dev_parity_clear(struct pci_dev *dev)
 {
 {
 	u8 header_type;
 	u8 header_type;
 
 
-	debugf0("%s()\n", __func__);
-
 	get_pci_parity_status(dev, 0);
 	get_pci_parity_status(dev, 0);
 
 
 	/* read the device TYPE, looking for bridges */
 	/* read the device TYPE, looking for bridges */