From: Ingo Molnar Date: Wed, 26 Nov 2008 00:50:49 +0000 (-0800) Subject: dsa: fix warning in net/dsa/mv88e6xxx.c X-Git-Tag: v2.6.29-rc1~581^2~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9e79782d99160cad7d834eef9bb77b446e8532;p=pandora-kernel.git dsa: fix warning in net/dsa/mv88e6xxx.c this warning: net/dsa/mv88e6xxx.c: In function ‘mv88e6xxx_poll_link’: net/dsa/mv88e6xxx.c:361: warning: ‘port_status’ may be used uninitialized in this function triggers because GCC does not recognize the (correct) error flow between 'link' and 'port_status'. Annotate it. Signed-off-by: Ingo Molnar Signed-off-by: David S. Miller --- Reading git-diff-tree failed