From: Dan Carpenter Date: Tue, 12 May 2009 10:33:39 +0000 (+0100) Subject: Remove unreached code in drivers/net/mlx4/en_rx.c X-Git-Tag: linux-omap-v2.6.30-rc6~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34fd5dad46fc494c6ed3b174b2c991ea9961ebe9;p=pandora-kernel.git Remove unreached code in drivers/net/mlx4/en_rx.c Remove the return after the goto. We want the goto because it frees memory as well as returning err. Found by smatch (http://repo.or.cz/w/smatch.git). Signed-off-by: Dan Carpenter Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed