commit | 8649f4319656f9fcaa59726799a824254b0a1bce | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Wed Feb 08 02:54:58 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Feb 13 12:28:37 2012 -0800 |
tree | fc803dcec06d8c7fd00019360b685495a14f0501 | |
parent | 520d6f225f83128e9ea083a9a226f807235cc76c [diff] |
e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan In the unlikely event that e1000e_setup_copper_link() returns an error, the returned error code value is not propogated to the caller of e1000_setup_copper_link_80003es2lan(). 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>