]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commitbe5ac3d3c11dea5b073555fba7cc59808bd2a286
tree2d4d28ffa16a40cb0c083c57885dce79560316cb
parentceaf5b5f03c8474064852dfa1a402905cf536fcf
PCI/AER: Print completion message at KERN_INFO to match starting message

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>
drivers/pci/pcie/aer/aerdrv_core.c