From: Stefan Richter Date: Mon, 24 Mar 2008 19:49:01 +0000 (+0100) Subject: ieee1394: ohci1394: unroll a macro with return X-Git-Tag: v2.6.26-rc1~1141^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09c68038306442e3566366b6988a6dd83481251;p=pandora-kernel.git ieee1394: ohci1394: unroll a macro with return We don't want to hide something like return in a preprocessor macro. Unroll the macro and use a goto, which also reduces the size of ohci1394.ko. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed