mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
15bfe05c8d
On 64-bit (e.g. powerpc64/allmodconfig): drivers/net/ethernet/xilinx/ll_temac_main.c: In function 'temac_start_xmit_done': drivers/net/ethernet/xilinx/ll_temac_main.c:633:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dev_kfree_skb_irq((struct sk_buff *)cur_p->app4); ^ cdmac_bd.app4 is u32, so it is too small to hold a kernel pointer. Note that several other fields in struct cdmac_bd are also too small to hold physical addresses on 64-bit platforms. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
Kconfig | ||
ll_temac_main.c | ||
ll_temac_mdio.c | ||
ll_temac.h | ||
Makefile | ||
xilinx_axienet_main.c | ||
xilinx_axienet_mdio.c | ||
xilinx_axienet.h | ||
xilinx_emaclite.c |