From: Mark Rustad Date: Fri, 24 May 2013 07:31:09 +0000 (+0000) Subject: ixgbe: Check return value on eeprom reads X-Git-Tag: v3.12-rc1~132^2~152^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0c27b4edb9ee58c4e72ee7e460a0bed7ecef79;p=pandora-kernel.git ixgbe: Check return value on eeprom reads This patch fixes the possible use of uninitialized memory by checking the return value on eeprom reads. These issues were identified by static analysis. In many cases error messages will be produced so that corrupted eeprom issues will be more visible. Signed-off-by: Mark Rustad Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed