On Fri, 2023-01-20 at 15:39 +0000, Andrew Cooper wrote: > 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 <oleksii.kuroc...@gmail.com> > > 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. > Agree here.
I re-watched the patch and I do not use this function now at all. (it looks like it was needed only for my personal debug stuff) This patch can be dropped now. > ~Andrew