Re: [PATCH v2 2/3] lib/vsprintf: Replace custom spec to print decimals with generic one

From: Andy Shevchenko
Date: Fri Jul 31 2020 - 14:19:02 EST


On Fri, Jul 31, 2020 at 09:08:23PM +0300, Andy Shevchenko wrote:
> When printing phandle via %pOFp the custom spec is used. First of all,
> it has a SMALL flag which makes no sense for decimal numbers. Second,
> we have already default spec for decimal numbers. Use the latter in
> the %pOFp case as well.

Forgot to mention that the patch (and actually the series) has been tested
against test_printf and OF unittest modules.

--
With Best Regards,
Andy Shevchenko