ixgbe: cleanup code in ixgbe_identify_sfp_module_generic
authorEmil Tantilov <emil.s.tantilov@intel.com>
Wed, 16 Feb 2011 10:14:00 +0000 (10:14 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Mar 2011 11:01:58 +0000 (03:01 -0800)
This change cleans up several issues in ixgbe_identify_sfp_module_generic
including whitespace, redundant code, I2C EEPROM reads without exception
handling, and an if/elseif/else without braces.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found