diff options
author | Colin Tuckley <colin.tuckley@arm.com> | 2010-06-04 10:19:51 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-06-07 16:03:13 -0400 |
commit | 7a4f876b876afb13856a79a0402f71b9dfbe86a8 (patch) | |
tree | b0b4cad190e8406eb11513b3205552c7a5e3f256 /drivers/ata/libahci.c | |
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>
Diffstat (limited to 'drivers/ata/libahci.c')
0 files changed, 0 insertions, 0 deletions