From: Ben Hutchings Date: Sun, 7 Nov 2010 17:19:39 +0000 (+0000) Subject: Staging: ath6kl: Fix pointer casts on 64-bit architectures X-Git-Tag: v2.6.37-rc2~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2e87738627d6c0faa50d9f401da0b1571e439c;p=pandora-kernel.git Staging: ath6kl: Fix pointer casts on 64-bit architectures Remove unnecessary cast of firmware base address to integer before adding an offset. Fix direct use of sk_buff::network_header which is an offset rather than a pointer on 64-bit architectures. Signed-off-by: Ben Hutchings Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed