Re: [PATCH 3/7] drivers: net: fsl-mc: do not prefix decimal values with 0x

2023-01-10 Thread Ramon Fried
On Thu, Jan 5, 2023 at 5:03 PM Ioana Ciornei wrote: > > 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." notation > which is the standard one f

[PATCH 3/7] drivers: net: fsl-mc: do not prefix decimal values with 0x

2023-01-05 Thread Ioana Ciornei
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." notation which is the standard one for the DPAA2 objects. Signed-off-by: Ioana Ciornei --- drive