]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: net: fsl-mc: do not prefix decimal values with 0x
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 5 Jan 2023 15:03:17 +0000 (17:03 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 2 Feb 2023 19:44:53 +0000 (14:44 -0500)
commit8ecf1ca093bbe27d11af86212c1b974a5c9918c2
treec649e03eff5c1f8c1e70e0b7c7e7fbec1acdae1a
parent3ad24e4d361e6e37f782a492c14f43d928c4c6f6
drivers: net: fsl-mc: do not prefix decimal values with 0x

The fsl-mc driver printed debug information which used the 0x prefix for
decimal values. This only confuses anyone looking through the log.
Because of this, just remove the prefix and use the "DPXY.<id>" notation
which is the standard one for the DPAA2 objects.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/fsl-mc/mc.c