ipmi: Clean up some print operations
authorCorey Minyard <cminyard@mvista.com>
Mon, 18 Sep 2017 18:26:33 +0000 (13:26 -0500)
committerCorey Minyard <cminyard@mvista.com>
Thu, 28 Sep 2017 17:26:04 +0000 (12:26 -0500)
commit106a846102b86a55359afaeec9b424928db7259c
tree7f38ca1923f97e1d501853435b8b27b0b7162664
parent95e300c052fd9dbb05f289a912c138ed03320ec5
ipmi: Clean up some print operations

Get rid of all printfs, using dev_xxx() if a device is available,
pr_xxx() otherwise, and format long strings properly.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c