commit | 7a4f876b876afb13856a79a0402f71b9dfbe86a8 | [log] [tgz] |
---|---|---|
author | Colin Tuckley <colin.tuckley@arm.com> | Fri Jun 04 16:19:51 2010 +0200 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon Jun 07 16:03:13 2010 -0400 |
tree | b0b4cad190e8406eb11513b3205552c7a5e3f256 | |
parent | 4daedcfe8c6851aa01cc1997220f2577f4039c13 [diff] |
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 <colin.tuckley@arm.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>