PCI/AER: Print completion message at KERN_INFO to match starting message
authorLance Ortiz <lance.ortiz@hp.com>
Fri, 24 Aug 2012 20:44:05 +0000 (14:44 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Aug 2012 20:44:05 +0000 (14:44 -0600)
The completion message in do_recovery() is currently KERN_DEBUG,
while the starting message in aer_print_port_info() is KERN_INFO.
This changes the completion message to KERN_INFO to match the
starting message.

[bhelgaas: changelog, use dev_info() instead of dev_printk(KERN_INFO)]
Signed-off-by: Lance Ortiz <lance.ortiz@hp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found