]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: use dev_printk when possible
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Fri, 27 Jun 2008 14:45:39 +0000 (08:45 -0600)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:07 +0000 (23:27 +0200)
commit91c35629275f6fff442d09acead43c314c6ff968
tree4b5ebc4426d71b8a600e49a17ee0f83e94052869
parentaa4237031a703eccab83a53307913f4fb03f3da5
ACPI: use dev_printk when possible

Convert printks to use dev_printk().  The most obvious change will
be messages like this:

   -ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 31 (level, low) -> IRQ 31
   +cciss 0000:00:04.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/pci_irq.c