]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Convert printk(KERN_LEVEL) to pr_lvl()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 29 May 2018 19:38:01 +0000 (22:38 +0300)
committerHelge Deller <deller@gmx.de>
Thu, 28 Jun 2018 15:14:44 +0000 (17:14 +0200)
commitaabdc0340c4bde4e77aeee0a965f704ee1d0202a
tree7c5fcbfc4e7525f9dd1a6fbc8464b3b9f9cf35af
parent5f2e2a989e03f4b6d63b431fea3b4802b8fc1961
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>
arch/parisc/kernel/drivers.c