From: Pavel Emelyanov Date: Sun, 11 Nov 2007 05:26:41 +0000 (-0800) Subject: [IPV4]: Remove bugus goto-s from ip_route_input_slow X-Git-Tag: v2.6.24-rc3~155^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1667609cd9a98ce32559e06f36fca54c775a51f;p=pandora-kernel.git [IPV4]: Remove bugus goto-s from ip_route_input_slow Both places look like if (err == XXX) goto yyy; done: while both yyy targets look like err = XXX; goto done; so this is ok to remove the above if-s. yyy labels are used in other places and are not removed. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed