Loading drivers/scsi/libata-core.c +2 −1 Original line number Diff line number Diff line Loading @@ -4336,7 +4336,8 @@ inline unsigned int ata_host_intr (struct ata_port *ap, ap->id, status, host_stat); ap->hsm_task_state = HSM_ST_IDLE; ata_qc_complete(qc, status | ATA_ERR); qc->err_mask |= __ac_err_mask(status); ata_qc_complete(qc); break; default: goto idle_irq; Loading drivers/scsi/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -1244,7 +1244,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, /* mark qc status appropriately */ if (!(qc->tf.flags & ATA_TFLAG_POLLING)) { qc->err_mask |= err_mask; ata_qc_complete(qc, err_mask); ata_qc_complete(qc); } } } Loading Loading
drivers/scsi/libata-core.c +2 −1 Original line number Diff line number Diff line Loading @@ -4336,7 +4336,8 @@ inline unsigned int ata_host_intr (struct ata_port *ap, ap->id, status, host_stat); ap->hsm_task_state = HSM_ST_IDLE; ata_qc_complete(qc, status | ATA_ERR); qc->err_mask |= __ac_err_mask(status); ata_qc_complete(qc); break; default: goto idle_irq; Loading
drivers/scsi/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -1244,7 +1244,7 @@ static void mv_host_intr(struct ata_host_set *host_set, u32 relevant, /* mark qc status appropriately */ if (!(qc->tf.flags & ATA_TFLAG_POLLING)) { qc->err_mask |= err_mask; ata_qc_complete(qc, err_mask); ata_qc_complete(qc); } } } Loading