x86/of: Replace printk(KERN_LVL) with pr_lvl()
authorRahul Tanwar <rtanwar@maxlinear.com>
Thu, 24 Nov 2022 08:41:42 +0000 (16:41 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Dec 2022 13:57:14 +0000 (14:57 +0100)
commit535403323b4dcdc363e7ea265df62481b903826b
tree50e5adeaab3957b357cded55185464c65c264564
parentb3a9801cccefda304263b4e84e9dfe49057f3c29
x86/of: Replace printk(KERN_LVL) with pr_lvl()

Use pr_lvl() instead of the deprecated printk(KERN_LVL).

Just a upgrade of print utilities usage. no functional changes.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rahul Tanwar <rtanwar@maxlinear.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20221124084143.21841-4-rtanwar@maxlinear.com
arch/x86/kernel/devicetree.c