From: Pekka Enberg Date: Tue, 21 Oct 2008 09:14:58 +0000 (+0300) Subject: Staging: w35und: use gotos for error handling X-Git-Tag: v2.6.28-rc1~34^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc7e04fe28e3354e8b2e13146b2d6a5da1002ff4;p=pandora-kernel.git Staging: w35und: use gotos for error handling The driver code uses do { } while (0) together with the break statement to emulate gotos for error handling. Fix that up by using the goto statement instead. Acked-by: Pavel Machek Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed