b8d095d782
CC [M] drivers/net/netxen/netxen_nic_hw.o drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_nic_hw_resources': drivers/net/netxen/netxen_nic_hw.c:231: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t' drivers/net/netxen/netxen_nic_hw.c:250: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t' u64 is unsigned long so the cast to u64 will result in a warning on the printf arguments for 64-bit builds. So cast to unsigned long long instead. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Jeff Garzik <jeff@garzik.org> |
||
---|---|---|
.. | ||
Makefile | ||
netxen_nic_ethtool.c | ||
netxen_nic_hdr.h | ||
netxen_nic_hw.c | ||
netxen_nic_hw.h | ||
netxen_nic_init.c | ||
netxen_nic_isr.c | ||
netxen_nic_main.c | ||
netxen_nic_niu.c | ||
netxen_nic_phan_reg.h | ||
netxen_nic.h |