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