projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9238910
)
edac, pci: remove pesky debug printk
author
Borislav Petkov
<borislav.petkov@amd.com>
Mon, 21 Dec 2009 18:11:12 +0000
(19:11 +0100)
committer
Borislav 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
patch
|
blob
|
history
diff --git
a/drivers/edac/edac_pci_sysfs.c
b/drivers/edac/edac_pci_sysfs.c
index 422728cfe99493ec078bae3d8a392470be157130..fb60a877d768197d59cc0f09ce26e2ef6714023c 100644
(file)
--- 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)
{
u8 header_type;
- debugf0("%s()\n", __func__);
-
get_pci_parity_status(dev, 0);
/* read the device TYPE, looking for bridges */