From: Bing Zhao Date: Wed, 8 Jul 2009 18:44:14 +0000 (-0700) Subject: Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver X-Git-Tag: v2.6.32-rc1~703^2~221^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3318b2362bf0528be77123c480249663557dfbfc;p=pandora-kernel.git Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed