]> git.baikalelectronics.ru Git - kernel.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)
commitdf2ab88f751e7840fcbc7749ce458d6343284757
tree1effe6065feb07c458e337a8fa0f06c49da24b32
parentde41784efba3256b0911a85e886aa13cfc0957e9
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