]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ieee1394: ohci1394: unroll a macro with return
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 24 Mar 2008 19:49:01 +0000 (20:49 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:30 +0000 (17:55 +0200)
commitd09c68038306442e3566366b6988a6dd83481251
tree1effe6065feb07c458e337a8fa0f06c49da24b32
parente351c4d069254b1267b66a3b101ece7547178485
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 <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/ohci1394.c