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

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
...@@ -312,8 +312,8 @@ static int aer_probe(struct pcie_device *dev) ...@@ -312,8 +312,8 @@ static int aer_probe(struct pcie_device *dev)
rpc->isr = 1; rpc->isr = 1;
aer_enable_rootport(rpc); aer_enable_rootport(rpc);
dev_info(device, "AER enabled with IRQ %d\n", dev->irq);
return status; return 0;
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment