From: David S. Miller Date: Fri, 13 May 2011 03:03:46 +0000 (-0400) Subject: ipv4: Fix 'iph' use before set. X-Git-Tag: v3.0-rc1~377^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a8f97bf2dfe1b0f02ba8dbaed7d6b76657aae3;p=pandora-kernel.git ipv4: Fix 'iph' use before set. I swear none of my compilers warned about this, yet it is so obvious. > net/ipv4/ip_forward.c: In function 'ip_forward': > net/ipv4/ip_forward.c:87: warning: 'iph' may be used uninitialized in this function Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed