git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e351c4d
)
ieee1394: ohci1394: unroll a macro with return
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 24 Mar 2008 19:49:01 +0000
(20:49 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:30 +0000
(17:55 +0200)
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>
No differences found