diff options
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r-- | drivers/ata/libata-sff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index a57de4a5aa45..95ff186f0ccd 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
@@ -743,7 +743,6 @@ void ata_bmdma_drive_eh(struct ata_port *ap, ata_prereset_fn_t prereset, | |||
743 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, | 743 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, |
744 | ata_postreset_fn_t postreset) | 744 | ata_postreset_fn_t postreset) |
745 | { | 745 | { |
746 | struct ata_eh_context *ehc = &ap->eh_context; | ||
747 | struct ata_queued_cmd *qc; | 746 | struct ata_queued_cmd *qc; |
748 | unsigned long flags; | 747 | unsigned long flags; |
749 | int thaw = 0; | 748 | int thaw = 0; |
@@ -763,8 +762,6 @@ void ata_bmdma_drive_eh(struct ata_port *ap, ata_prereset_fn_t prereset, | |||
763 | 762 | ||
764 | host_stat = ap->ops->bmdma_status(ap); | 763 | host_stat = ap->ops->bmdma_status(ap); |
765 | 764 | ||
766 | ata_ehi_push_desc(&ehc->i, "BMDMA stat 0x%x", host_stat); | ||
767 | |||
768 | /* BMDMA controllers indicate host bus error by | 765 | /* BMDMA controllers indicate host bus error by |
769 | * setting DMA_ERR bit and timing out. As it wasn't | 766 | * setting DMA_ERR bit and timing out. As it wasn't |
770 | * really a timeout event, adjust error mask and | 767 | * really a timeout event, adjust error mask and |