thinkpad_acpi: Convert printks to pr_<level>
commit32eb352acb9307a53366f49f4606d99ce1950d5a
authorJoe Perches <joe@perches.com>
Sat, 4 Jun 2011 16:59:08 +0000 (4 13:59 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 4 Jun 2011 16:59:08 +0000 (4 13:59 -0300)
tree66bcbe1831af532d2bcc926408f800b5de01e72c
parent973960432b644de2d702799f1d65ad7cccbb7278
thinkpad_acpi: Convert printks to pr_<level>

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>
drivers/platform/x86/thinkpad_acpi.c