commit | 25880f7d61a4f2fdda29cadae55985431df82c5c | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 09 08:15:48 2018 -0700 |
committer | Corey Minyard <cminyard@mvista.com> | Tue Sep 18 16:15:33 2018 -0500 |
tree | 49dcde8db432165b4959deb11d1ecc860edd04e4 | |
parent | 445e2cbda928a3523c1c1da76788d19df52611c8 [diff] |
ipmi: Use more common logging styles Add and use #define pr_fmt/dev_fmt, and remove #define PFX This also prefixes some messages that were not previously prefixed. Miscellanea: o Convert printk(KERN_<level> to pr_<level>( o Use %s, __func__ where appropriate Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>