edac, pci: remove pesky debug printk
authorBorislav Petkov <borislav.petkov@amd.com>
Mon, 21 Dec 2009 18:11:12 +0000 (19:11 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 24 Dec 2009 10:07:09 +0000 (11:07 +0100)
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>
drivers/edac/edac_pci_sysfs.c

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