thinkpad_acpi: Convert printks to pr_<level>
authorJoe Perches <joe@perches.com>
Mon, 4 Apr 2011 17:06:25 +0000 (10:06 -0700)
committerMatthew Garrett <mjg@redhat.com>
Fri, 27 May 2011 16:35:54 +0000 (12:35 -0400)
Add pr_fmt.
Removed local TPACPI_<level> #defines, convert to pr_<level>.
Neaten dbg_<foo> macros.
Added a few missing newlines to logging messages.
Added static inline str_supported for !CONFIG_THINKPAD_ACPI_DEBUG vdbg_printk
defect reported by Sedat Dilek <sedat.dilek@googlemail.com>.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>

No differences found