Skip to content

Commit

Permalink
net: ll_temac: Fix typo bug for 32-bit
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
esben authored and davem330 committed May 2, 2019
1 parent f76c4b5 commit 26f146e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/xilinx/ll_temac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ void *ptr_from_txbd(struct cdmac_bd *bd)

#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;
}
Expand Down

0 comments on commit 26f146e

Please sign in to comment.