Re: [PATCH 08/13] powerpc/rtas: define pr_fmt and convert printk call sites

2022-11-21 Thread Andrew Donnellan
On Fri, 2022-11-18 at 09:07 -0600, Nathan Lynch wrote: > Set pr_fmt to "rtas: " and convert the handful of printk() uses in > rtas.c, adjusting the messages to remove now-redundant "RTAS" > strings. > > Note that rtas_restart(), rtas_power_off(), and rtas_halt() all > currently use printk()

[PATCH 08/13] powerpc/rtas: define pr_fmt and convert printk call sites

2022-11-18 Thread Nathan Lynch
Set pr_fmt to "rtas: " and convert the handful of printk() uses in rtas.c, adjusting the messages to remove now-redundant "RTAS" strings. Note that rtas_restart(), rtas_power_off(), and rtas_halt() all currently use printk() without specifying a log level. These have been changed to use