On 05/17/2012 02:54 PM, Prarit Bhargava wrote:
+ if (dev->rp_AER_panic)
+ panic("%s: AER detected on Root Port", pci_name(dev));
+
It'd be more informative if the Root Port D:B:D.F was printed out above,
so one knows where the errors are coming from the system. More likely than
not, the root is ok, but a device dangling from it is the 'root cause' (all pun
intended)
of the error.
That's what pci_name() is.
P.
ok. When I find where it's set, and what values it can be (init_name, vs kobject->name)
at what times in the kernel boot.
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html