From: Daniel Borkmann Date: Tue, 11 Nov 2014 18:22:05 +0000 (-0800) Subject: ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnx X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~119^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48eb5b9c3dd2768b6a4de9c1eab606820fd84192;p=pandora-kernel.git ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnx Status variable is never initialized, can carry an arbitrary value on the stack and thus may let the function fail. Fixes: e90dd2645664 ("ixgbe: Make return values more direct") Signed-off-by: Daniel Borkmann Acked-by: Emil Tantilov Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed