Emil Tantilov
e1befd774a
ixgbe: remove return code for functions that always return 0
...
Since ixgbe_raise_i2c_clk() can never return anything else than 0
this patch removes it's return value and all checks for it.
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com >
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
2011-10-05 02:53:54 -07:00
Emil Tantilov
3fbaa3ac0d
ixgbe: clear the data field in ixgbe_read_i2c_byte_generic
...
Clear the data field in ixgbe_read_i2c_byte_generic so it does not
accumulate 1 bit using the same variable multiple times.
Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com >
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
2011-10-05 02:53:24 -07:00
Jeff Kirsher
dee1ad47f2
intel: Move the Intel wired LAN drivers
...
Moves the Intel wired LAN drivers into drivers/net/ethernet/intel/ and
the necessary Kconfig and Makefile changes.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
2011-08-10 20:03:27 -07:00