diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-03-25 01:18:11 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-04-17 15:44:20 -0400 |
commit | 826cd156de6cea1e4982f32238077215cfa4ae63 (patch) | |
tree | 7c74d82ef9a5331b48b2d2c2b4310757d08f169b /drivers/ata/sata_promise.c | |
parent | 9c0bf675054883acd10dec99c0c854514e139f06 (diff) |
libata annotations
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.c')
-rw-r--r-- | drivers/ata/sata_promise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c index 91659dc15caf..5a0a03a08abc 100644 --- a/drivers/ata/sata_promise.c +++ b/drivers/ata/sata_promise.c | |||
@@ -405,7 +405,7 @@ static void pdc_atapi_pkt(struct ata_queued_cmd *qc) | |||
405 | u8 *cdb = qc->cdb; | 405 | u8 *cdb = qc->cdb; |
406 | struct pdc_port_priv *pp = ap->private_data; | 406 | struct pdc_port_priv *pp = ap->private_data; |
407 | u8 *buf = pp->pkt; | 407 | u8 *buf = pp->pkt; |
408 | u32 *buf32 = (u32 *) buf; | 408 | __le32 *buf32 = (__le32 *) buf; |
409 | unsigned int dev_sel, feature; | 409 | unsigned int dev_sel, feature; |
410 | 410 | ||
411 | /* set control bits (byte 0), zero delay seq id (byte 3), | 411 | /* set control bits (byte 0), zero delay seq id (byte 3), |