]> git.ipfire.org Git - thirdparty/u-boot.git/commit
drivers/net/ftgmac100.c: Fix a debug print
authorTom Rini <trini@konsulko.com>
Fri, 18 Jul 2025 01:15:34 +0000 (19:15 -0600)
committerJerome Forissier <jerome.forissier@linaro.org>
Fri, 1 Aug 2025 07:30:47 +0000 (09:30 +0200)
commit3a5da11ffe8de98251828221e18c4fad46cbd669
tree4ba114cce3c2b66d94e8862579b740ce8227c272
parent51eb2bff870bee3fe34c7088331248e745d42b3c
drivers/net/ftgmac100.c: Fix a debug print

In the debug print in ftgmac100_send we want to say where the packet is
in memory and what the length is, so use %p to print that.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/net/ftgmac100.c