From: Joe Perches Date: Tue, 4 Jun 2013 14:44:50 +0000 (-0700) Subject: cw1200: hwio: Remove an unnecessary goto X-Git-Tag: v3.11-rc1~16^2~103^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2588eabbe46820a86e55fccec8b741e15f647f;p=pandora-kernel.git cw1200: hwio: Remove an unnecessary goto goto after return is wrong. The other code in this block needs to set an error value then goto an error release block. This one doesn't need to release anything and was likely a copy/paste remainder. Signed-off-by: Joe Perches Acked-By: Solomon Peachy Signed-off-by: John W. Linville --- Reading git-diff-tree failed