From: Bjorn Helgaas Date: Fri, 27 Jun 2008 14:45:39 +0000 (-0600) Subject: ACPI: use dev_printk when possible X-Git-Tag: v2.6.27-rc1~1050^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c83642d5123225a22cccd75adea6e97c245714cb;p=pandora-kernel.git 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 Signed-off-by: Len Brown Signed-off-by: Andi Kleen --- Reading git-diff-tree failed