dm: core: Use full printf() format when possible
authorSamuel Holland <samuel@sholland.org>
Sat, 21 Jan 2023 23:30:12 +0000 (17:30 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Jan 2023 17:47:45 +0000 (10:47 -0700)
commitc2e13aa9e1a99da9334f0a666783c8f7dd98016f
tree5c266f2d85a9ff638ff94fe871cd83f2714ae686
parentb01ae03c0bbd77f70fdbbc076415ce5273808555
dm: core: Use full printf() format when possible

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 <samuel@sholland.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/dump.c