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:
9374253
)
Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver
author
Bing Zhao
<bzhao@marvell.com>
Wed, 8 Jul 2009 18:44:14 +0000
(11:44 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 22 Aug 2009 21:25:34 +0000
(14:25 -0700)
The driver uses "u32" for alignment check and calculation which
works only on 32-bit system. It will crash the 64-bit system.
Replace "u32" with "unsigned long" to fix this issue.
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found