git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d774a7
)
Staging: ath6kl: Fix pointer casts on 64-bit architectures
author
Ben Hutchings
<ben@decadent.org.uk>
Sun, 7 Nov 2010 17:19:39 +0000
(17:19 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 10 Nov 2010 00:49:02 +0000
(16:49 -0800)
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 <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found