Re: [PATCH] dm: core: Use full printf() format when possible

2023-01-26 Thread Simon Glass
On Sat, 21 Jan 2023 at 16:30, Samuel Holland wrote: > > Use a more accurate check for determining if the full format string will > be handled correctly, since SPL_USE_TINY_PRINTF can be disabled. > > Signed-off-by: Samuel Holland > --- > > drivers/core/dump.c | 2 +- > 1 file changed, 1 insertio

Re: [PATCH] dm: core: Use full printf() format when possible

2023-01-23 Thread Simon Glass
On Sat, 21 Jan 2023 at 16:30, Samuel Holland wrote: > > Use a more accurate check for determining if the full format string will > be handled correctly, since SPL_USE_TINY_PRINTF can be disabled. > > Signed-off-by: Samuel Holland > --- > > drivers/core/dump.c | 2 +- > 1 file changed, 1 insertio

[PATCH] dm: core: Use full printf() format when possible

2023-01-21 Thread Samuel Holland
Use a more accurate check for determining if the full format string will be handled correctly, since SPL_USE_TINY_PRINTF can be disabled. Signed-off-by: Samuel Holland --- drivers/core/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/core/dump.c b/drivers/core/