Skip to content

Commit 26f146e

Browse files
esbendavem330
authored andcommitted
net: ll_temac: Fix typo bug for 32-bit
Fixes: d84aec4 ("net: ll_temac: Fix support for 64-bit platforms") Signed-off-by: Esben Haabendal <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f76c4b5 commit 26f146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/xilinx/ll_temac_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ void *ptr_from_txbd(struct cdmac_bd *bd)
658658

659659
#else
660660

661-
void ptr_to_txbd(void *p, struct cmdac_bd *bd)
661+
void ptr_to_txbd(void *p, struct cdmac_bd *bd)
662662
{
663663
bd->app4 = (u32)p;
664664
}

0 commit comments

Comments
 (0)