firewire: fw-sbp2: remove usages of fw_memcpy_to_be32
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 28 Feb 2008 19:51:11 +0000 (20:51 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:32 +0000 (17:55 +0200)
Write directly in big endian instead of byte-swapping after the fact.
This saves a few conversions, lets gcc use constant endianess
conversions where possible, and enables deeper endianess annotation.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found