]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:50:16 +0000 (15:50 +0800)
commitd0ebc934e30689d104dddaec50890c0315e66b5d
tree4f8cdb1c8636562ed813fb99c393398c33ddf55a
parentaea3bd0fd8fe347a3ad1e0831109eef49cee4d81
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().

(cherry picked from commit e561a705a61e8d4c32a1259c611703a3976347aa)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/ich8lan.c