commit | 273dc74e1c7d9aa2eab2036153c8fe65593fb85e | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Mon Oct 29 10:46:13 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Oct 30 14:32:16 2007 -0400 |
tree | 9f854fce92cea3e9785ed67ced0801a09d3db2d2 | |
parent | 5a9147bb29d76b30787638882f6c310074c2e6f3 [diff] |
ixgb: fix sparse warnings Fix sparse warnings in ixgb driver for net-2.6.24. Added a sparse fix for invalid declaration using non-constant value in ixgb_set_multi. Added a fix for the module param array index and allows int params in the array. --Auke Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>