thinkpad_acpi: Convert printks to pr_<level>
commitf39026736a20646c5b9c328268c32c3fabe84224
authorJoe Perches <joe@perches.com>
Sat, 4 Jun 2011 17:11:29 +0000 (4 14:11 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 4 Jun 2011 17:11:29 +0000 (4 14:11 -0300)
treecb1d702a6d491c914e05c8c0126ff89b57059ddd
parent350d8f3c2e49c8850a34026eb8fd28b5b35d6eb8
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