Re: [PATCH] ieee 1394: be*_add_cpu conversion

From: Stefan Richter
Date: Sat Feb 16 2008 - 11:54:32 EST


marcin.slusarz@xxxxxxxxx wrote:
> 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);

Committed to linux1394-2.6.git. Thanks,
--
Stefan Richter
-=====-==--- --=- =----
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/