diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2007-12-30 09:32:22 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-01-23 05:24:15 -0500 |
commit | 4ca4e439640cd1d3659cbcf60e7a73c2ae0450b3 (patch) | |
tree | 659dceb7469341dca95d7a96774e787c3b510872 /drivers/ata/sata_promise.h | |
parent | 35a10a80daa04b7316d6bac1b1402cc347c35b1e (diff) | |
download | op-kernel-dev-4ca4e439640cd1d3659cbcf60e7a73c2ae0450b3.zip op-kernel-dev-4ca4e439640cd1d3659cbcf60e7a73c2ae0450b3.tar.gz |
libata annotations and fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_promise.h')
-rw-r--r-- | drivers/ata/sata_promise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_promise.h b/drivers/ata/sata_promise.h index 6ee5e190..00d6000 100644 --- a/drivers/ata/sata_promise.h +++ b/drivers/ata/sata_promise.h @@ -46,7 +46,7 @@ static inline unsigned int pdc_pkt_header(struct ata_taskfile *tf, unsigned int devno, u8 *buf) { u8 dev_reg; - u32 *buf32 = (u32 *) buf; + __le32 *buf32 = (__le32 *) buf; /* set control bits (byte 0), zero delay seq id (byte 3), * and seq id (byte 2) |