Skip to content

Commit

Permalink
edac, pci: remove pesky debug printk
Browse files Browse the repository at this point in the history
Do not spam the logs needlessly with the sole info that
edac_pci_dev_parity_clear is being called.

Signed-off-by: Borislav Petkov <[email protected]>
  • Loading branch information
Borislav Petkov committed Dec 24, 2009
1 parent 9238910 commit 5213c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/edac/edac_pci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5213c32

Please sign in to comment.