From: Stefan Richter Date: Thu, 28 Feb 2008 19:51:11 +0000 (+0100) Subject: firewire: fw-sbp2: remove usages of fw_memcpy_to_be32 X-Git-Tag: v2.6.26-rc1~1141^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ee9f01f2bc2b717dacc69c85f257e1efff12ee;p=pandora-kernel.git 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 --- Reading git-diff-tree failed