linux/drivers/net/netxen
Ralf Baechle b8d095d782 netxen: fix warnings
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>
2007-03-09 11:47:19 -05:00
..
Makefile Add NetXen 1G/10G ethernet driver. 2006-12-02 00:11:58 -05:00
netxen_nic.h NetXen: Updates, removal of unsupported features and minor bug fixes. 2007-03-02 20:02:28 -05:00
netxen_nic_ethtool.c NetXen: Updates, removal of unsupported features and minor bug fixes. 2007-03-02 20:02:28 -05:00
netxen_nic_hdr.h [PATCH] NetXen: whitespace cleaup and more cleanup fixes 2006-12-04 18:36:03 -05:00
netxen_nic_hw.c netxen: fix warnings 2007-03-09 11:47:19 -05:00
netxen_nic_hw.h netxen patches 2007-01-31 04:59:08 -05:00
netxen_nic_init.c NetXen: Fix second rmmod failure observed on PowerPC machines. 2007-03-02 20:02:28 -05:00
netxen_nic_isr.c netxen patches 2007-01-31 04:59:08 -05:00
netxen_nic_main.c NetXen: Fix second rmmod failure observed on PowerPC machines. 2007-03-02 20:02:28 -05:00
netxen_nic_niu.c NetXen: Fixes for ppc architecture. 2007-02-09 16:09:46 -05:00
netxen_nic_phan_reg.h NetXen: Updates, removal of unsupported features and minor bug fixes. 2007-03-02 20:02:28 -05:00