ieee1394: unroll a weird macro
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 17 Mar 2007 23:55:15 +0000 (00:55 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 29 Apr 2007 22:00:29 +0000 (00:00 +0200)
commitd4c60085a97549ad3bb648e0652b9b48b7e42fa8
tree18945678f888b124c076553cb14f2d6803763448
parentb9e5eb067b6882f564e1daa26e37ad6145f01da4
ieee1394: unroll a weird macro

This is a coding style touch-up for ieee1394's handle_incoming_packet().

A preprocessor macro contained hardwired variable names and, even worse,
the 'break' keyword.  This macro is now unrolled and removed.

Also, all 'break's which had the effect of a return are replaced by
return.  And a FIXME comment is brought up to date.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/ieee1394_core.c