From: Clemens Ladisch Date: Thu, 24 May 2012 17:28:17 +0000 (+0200) Subject: firewire: core: make address handler length 64 bits X-Git-Tag: v3.6-rc1~65^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188726ecb66f022e92ec110ca85c62a937184636;p=pandora-kernel.git firewire: core: make address handler length 64 bits The type of the length field of the fw_address_handler structure was size_t, which restricted it to 32 bits on 32-bit architectures. While making it u32 would match the userspace API, all calculations on this field use 64 bits anyway, and the ability to use 4 GB or larger address ranges is useful in the kernel. Signed-off-by: Clemens Ladisch Signed-off-by: Stefan Richter --- Reading git-diff-tree failed