]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: remove return code for functions that always return 0
authorEmil Tantilov <emil.s.tantilov@intel.com>
Sat, 27 Aug 2011 07:18:47 +0000 (07:18 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 5 Oct 2011 09:53:54 +0000 (02:53 -0700)
commit22ec5654cd2f5cc05530d9ced643cabf87ecee61
tree28b067150e39a7cd754702151db7f17c504ad663
parent47a28f827092f083764786883fa1bc3487b5f768
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c