diff options
Diffstat (limited to 'drivers/ata/sata_sx4.c')
-rw-r--r-- | drivers/ata/sata_sx4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c index 4d857185f33b..3de0c27caf53 100644 --- a/drivers/ata/sata_sx4.c +++ b/drivers/ata/sata_sx4.c | |||
@@ -700,7 +700,7 @@ static unsigned int pdc20621_qc_issue_prot(struct ata_queued_cmd *qc) | |||
700 | pdc20621_packet_start(qc); | 700 | pdc20621_packet_start(qc); |
701 | return 0; | 701 | return 0; |
702 | 702 | ||
703 | case ATA_PROT_ATAPI_DMA: | 703 | case ATAPI_PROT_DMA: |
704 | BUG(); | 704 | BUG(); |
705 | break; | 705 | break; |
706 | 706 | ||