OSDN Git Service

ipmi: Convert printk(KERN_<level> to pr_<level>(
authorJoe Perches <joe@perches.com>
Wed, 9 May 2018 15:15:49 +0000 (08:15 -0700)
committerCorey Minyard <cminyard@mvista.com>
Tue, 18 Sep 2018 21:15:33 +0000 (16:15 -0500)
commitf993cdd99a5fc554bc79e1ce70a9f5335e386649
treeff192ce670dc6dddcdfbb422a1c35ab33f411e46
parent25880f7d61a4f2fdda29cadae55985431df82c5c
ipmi: Convert printk(KERN_<level> to pr_<level>(

Use the more common logging style.

Miscellanea:

o Convert old style continuation printks without KERN_CONT to pr_cont
o Coalesce formats
o Realign arguments
o Remove unnecessary casts

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_bt_sm.c
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_kcs_sm.c
drivers/char/ipmi/ipmi_smic_sm.c