]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: potentially incorrect return for e1000_init_hw_ich8lan
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 8 Feb 2012 02:55:46 +0000 (02:55 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 13 Feb 2012 21:28:23 +0000 (13:28 -0800)
commit34f3448c0001fd56e85871689c76dea7679c4338
tree12abf629087fd2ce7c0e29674ea36546d6b4c5f7
parent973e0a4d76e9801d9539de1a83bac21f7ad0fe01
e1000e: potentially incorrect return for e1000_init_hw_ich8lan

In the unlikely event that e1000_setup_link_ich8lan() returns an error,
the returned error code value is not propagated to the caller of
e1000_init_hw_ich8lan().

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c