From: Laurent Pinchart Date: Thu, 20 Mar 2014 14:00:35 +0000 (+0100) Subject: sh_eth: Remove goto statements that jump straight to a return X-Git-Tag: v3.15-rc1~113^2~110^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f738a13d8365b0f824f3f20450b413f55374f175;p=pandora-kernel.git sh_eth: Remove goto statements that jump straight to a return "goto" is well accepted for error paths in the kernel but should not be used unnecessarily. Return the correct value directly instead of using a goto when possible. Signed-off-by: Laurent Pinchart Acked-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- Reading git-diff-tree failed