From: Colin Tuckley Date: Fri, 4 Jun 2010 14:19:51 +0000 (+0200) Subject: sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24 X-Git-Tag: v2.6.35-rc3~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4f876b876afb13856a79a0402f71b9dfbe86a8;p=pandora-kernel.git sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24 The sata_sil24 driver has six 16-bit registers that are initialised with 32-bit writes. This cause a kernel panic on ARM due to the unaligned accesses which result. This patch changes the accesses to the correct 16-bit ones. Signed-off-by: Colin Tuckley Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed