openrisc: traps: Convert printks to pr_<level> macros
authorStafford Horne <shorne@gmail.com>
Thu, 11 Apr 2024 17:41:05 +0000 (18:41 +0100)
committerStafford Horne <shorne@gmail.com>
Mon, 15 Apr 2024 14:20:39 +0000 (15:20 +0100)
commitc8fdf82ee3447eb5459c3c2e2808a92c96374d4a
treecb0214d2838e2ff85f493879768879b7bae79e21
parent23c6e901c7112295d5ff0e1d90fed7be102433b9
openrisc: traps: Convert printks to pr_<level> macros

The pr_* macros are the convention and my upcoming patches add even more
printk's.  Use this opportunity to convert the printks in this file to
the pr_* macros to avoid patch check warnings.

Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/traps.c