diff options
| author | Borislav Petkov <borislav.petkov@amd.com> | 2009-12-21 13:11:12 -0500 |
|---|---|---|
| committer | Borislav Petkov <borislav.petkov@amd.com> | 2009-12-24 05:07:09 -0500 |
| commit | 5213c32f9d56db6a5e3ae8d2977a3961e98211fd (patch) | |
| tree | 2f8b146e7b2817c19d2acb5a4e9b731592bf2bb1 | |
| parent | 92389102b6832fc779f5c37f1d9e3eaadea6e059 (diff) | |
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>
| -rw-r--r-- | drivers/edac/edac_pci_sysfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/edac_pci_sysfs.c b/drivers/edac/edac_pci_sysfs.c index 422728cfe994..fb60a877d768 100644 --- a/drivers/edac/edac_pci_sysfs.c +++ b/drivers/edac/edac_pci_sysfs.c | |||
| @@ -534,8 +534,6 @@ static void edac_pci_dev_parity_clear(struct pci_dev *dev) | |||
| 534 | { | 534 | { |
| 535 | u8 header_type; | 535 | u8 header_type; |
| 536 | 536 | ||
| 537 | debugf0("%s()\n", __func__); | ||
| 538 | |||
| 539 | get_pci_parity_status(dev, 0); | 537 | get_pci_parity_status(dev, 0); |
| 540 | 538 | ||
| 541 | /* read the device TYPE, looking for bridges */ | 539 | /* read the device TYPE, looking for bridges */ |
