Marcin Slusarz 63995d4650 ieee1394: be*_add_cpu conversion
replace all:
big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
					expression_in_cpu_byteorder);
with:
	beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
generated with semantic patch

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2008-04-18 17:55:29 +02:00
..
2008-04-18 17:55:29 +02:00
2008-01-30 22:22:20 +01:00
2005-04-16 15:20:36 -07:00
2007-07-10 00:07:40 +02:00
2007-07-10 00:07:41 +02:00
2007-04-30 00:00:29 +02:00
2008-01-24 20:40:44 -08:00
2007-10-16 23:59:57 +02:00
2008-01-30 22:22:19 +01:00
2007-07-10 00:07:41 +02:00
2005-04-16 15:20:36 -07:00