diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2006-03-16 04:59:22 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-21 20:39:46 -0500 |
commit | f59b0cf8a3a39b75e580066c6a9aeabd97ec2743 (patch) | |
tree | 785118d3a81dbeea6308d6282eb32ae514089485 /drivers/scsi/libata-core.c | |
parent | 41ade50c4eff9477e6aef6b15e84673c6758ec0d (diff) |
[PATCH] libata-dev: Remove ATA_PROT_PIO_MULT
Remove the ATA_PROT_PIO_MULT protocol.
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi/libata-core.c')
-rw-r--r-- | drivers/scsi/libata-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index a28569d0081d..7a5392c8ec6f 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -3909,7 +3909,6 @@ static inline int ata_should_dma_map(struct ata_queued_cmd *qc) | |||
3909 | 3909 | ||
3910 | case ATA_PROT_ATAPI: | 3910 | case ATA_PROT_ATAPI: |
3911 | case ATA_PROT_PIO: | 3911 | case ATA_PROT_PIO: |
3912 | case ATA_PROT_PIO_MULT: | ||
3913 | if (ap->flags & ATA_FLAG_PIO_DMA) | 3912 | if (ap->flags & ATA_FLAG_PIO_DMA) |
3914 | return 1; | 3913 | return 1; |
3915 | 3914 | ||