commit | 71ee9f01f2bc2b717dacc69c85f257e1efff12ee | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Feb 28 20:51:11 2008 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Apr 18 17:55:32 2008 +0200 |
tree | 069af5c0544d200ffffc5c7c274e51fbcceac459 | |
parent | 8ac3a47cab32e5e5a40de4bc210b5b0063bf6e84 [diff] |
firewire: fw-sbp2: remove usages of fw_memcpy_to_be32 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>