mmc: Align MMC_TRACE with tiny printf
authorMarek Vasut <marex@denx.de>
Sat, 23 Mar 2019 17:54:45 +0000 (18:54 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 25 Mar 2019 15:44:12 +0000 (11:44 -0400)
commit7d5ccb1ae70256e0047ffcd1b866ec158567c53f
treee246b3b4f8136d4bd98206d97e66972e3bc8f353
parent00717b00a585fcf2856de29481506c6389b032d3
mmc: Align MMC_TRACE with tiny printf

The tiny printf implementation only supports %x format specifier,
it does not support %X . Since it makes little difference whether
the debug output prints hex numbers in capitals or not, change it
to %x and make the MMC_TRACE output work with tiny printf too.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc.c