Commit 26f146ed authored by Esben Haabendal's avatar Esben Haabendal Committed by David S. Miller

net: ll_temac: Fix typo bug for 32-bit

Fixes: d84aec42 ("net: ll_temac: Fix support for 64-bit platforms")
Signed-off-by: default avatarEsben Haabendal <esben@geanix.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f76c4b57
...@@ -658,7 +658,7 @@ void *ptr_from_txbd(struct cdmac_bd *bd) ...@@ -658,7 +658,7 @@ void *ptr_from_txbd(struct cdmac_bd *bd)
#else #else
void ptr_to_txbd(void *p, struct cmdac_bd *bd) void ptr_to_txbd(void *p, struct cdmac_bd *bd)
{ {
bd->app4 = (u32)p; bd->app4 = (u32)p;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment