mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
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>
This commit is contained in:
parent
92389102b6
commit
5213c32f9d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user