On 20/01/2023 2:59 pm, Oleksii Kurochko wrote: > Add ability to print hex number. > It might be useful to print register value as debug information > in BUG(), WARN(), etc... > > Signed-off-by: Oleksii Kurochko <[email protected]>
I think it would be better to get s(n)printf() working than to take these. We're going to need to get it working soon anyway, and will be much easier than doing the full printk() infrastructure. ~Andrew
