1
0
Fork 0
alistair23-linux/drivers/net/igb
David S. Miller d6b9076f1b igb: Fix warnings in igb_set_ringparam()
drivers/net/igb/igb_ethtool.c: In function ‘igb_set_ringparam’:
drivers/net/igb/igb_ethtool.c:744: warning: comparison of distinct pointer types lacks a cast
drivers/net/igb/igb_ethtool.c:748: warning: comparison of distinct pointer types lacks a cast

Casts were to u16 on the constant, but the type of new_{r,t}x_count is
u32.  Cast to u32 instead.

Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-28 03:38:54 -07:00
..
Makefile igb: Add support for enabling VFs to PF driver. 2009-02-20 00:22:54 -08:00
e1000_82575.c igb: move the generic copper link setup code into e1000_phy.c 2009-10-06 14:59:23 -07:00
e1000_82575.h igb: use packet buffer sizes from RXPBS register 2009-10-28 03:25:38 -07:00
e1000_defines.h igb: cleanup some of the code related to hw timestamping 2009-10-28 03:25:33 -07:00
e1000_hw.h igb: remove microwire support from igb 2009-10-06 14:59:22 -07:00
e1000_mac.c igb: add flushes between RAR writes when setting mac address 2009-10-06 14:59:24 -07:00
e1000_mac.h igb: resolve namespacecheck warning for igb_hash_mc_addr 2009-09-21 11:32:33 -07:00
e1000_mbx.c igb: fix a few items where weren't correctly setup for mbx timeout 2009-10-06 14:59:21 -07:00
e1000_mbx.h igb: rework use of VMOLR in regards to PF and VFs 2009-10-28 03:25:40 -07:00
e1000_nvm.c igb: remove microwire support from igb 2009-10-06 14:59:22 -07:00
e1000_nvm.h igb: PCI-Express 82575 Gigabit Ethernet driver 2008-01-28 15:10:33 -08:00
e1000_phy.c igb: add additional error handling to the phy code 2009-10-06 14:59:24 -07:00
e1000_phy.h igb: move the generic copper link setup code into e1000_phy.c 2009-10-06 14:59:23 -07:00
e1000_regs.h igb: use packet buffer sizes from RXPBS register 2009-10-28 03:25:38 -07:00
igb.h igb: cleanup igb.h header whitespace and some structure formatting 2009-10-28 03:25:53 -07:00
igb_ethtool.c igb: Fix warnings in igb_set_ringparam() 2009-10-28 03:38:54 -07:00
igb_main.c igb: cleanup whitespace issues in igb_main.c 2009-10-28 03:26:08 -07:00