From: Stefan Richter Date: Sat, 17 Mar 2007 23:55:15 +0000 (+0100) Subject: ieee1394: unroll a weird macro X-Git-Tag: v2.6.22-rc1~1105^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c60085a97549ad3bb648e0652b9b48b7e42fa8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed