Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5213c32f authored by Borislav Petkov's avatar Borislav Petkov
Browse files

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: default avatarBorislav Petkov <borislav.petkov@amd.com>
parent 92389102
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */