commit | 5e791d2e4785f9ec7da4a02b9e8d00dace9e6917 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 29 22:38:01 2018 +0300 |
committer | Helge Deller <deller@gmx.de> | Thu Jun 28 17:14:44 2018 +0200 |
tree | 7c5fcbfc4e7525f9dd1a6fbc8464b3b9f9cf35af | |
parent | 1c971f39e62222d567f179ccaa1a186f1c203b52 [diff] |
parisc: Convert printk(KERN_LEVEL) to pr_lvl() Convert printk(KERN_LEVEL) type of calls to pr_lvl() macros. While here, - convert printk() to pr_info() - join back string literal to be on one line - use %*phN (note, it gives 1 byte more for sake of simplicity) Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Helge Deller <deller@gmx.de>