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

Commit 68a55ae5 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI/AER: Log AER IRQ when claiming Root Port



Add a log message when we enable AER on a Root Port and the hierarchy below
it.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 576700b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,8 +312,8 @@ static int aer_probe(struct pcie_device *dev)
	rpc->isr = 1;

	aer_enable_rootport(rpc);

	return status;
	dev_info(device, "AER enabled with IRQ %d\n", dev->irq);
	return 0;
}

/**