[PATCH] sata_sil24: fix on-memory structure byteorder
authorTejun Heo <htejun@gmail.com>
Tue, 11 Apr 2006 13:32:19 +0000 (22:32 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 11 Apr 2006 17:31:37 +0000 (13:31 -0400)
commitbad28a37f5e4ab1db5c5f01b77664597b02b257f
treea8821f7d5b48f639b054a0f17d03bc89d0c7b95f
parenta5b4c47a2731f1dd685f28b79464e4442f3682ec
[PATCH] sata_sil24: fix on-memory structure byteorder

Data structures residing on memory and fetched by the controller
should have LE ordering.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/sata_sil24.c