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