Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84bcbeeb authored by Mark Lord's avatar Mark Lord Committed by Jeff Garzik
Browse files

sata_mv: remove leftovers



Remove redundant code left over from the earlier patch 04/07.

Signed-off-by: default avatarMark Lord <mlord@pobox.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 66e57a2c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1820,8 +1820,6 @@ static struct ata_queued_cmd *mv_get_active_qc(struct ata_port *ap)
		else if (!(qc->flags & ATA_QCFLAG_ACTIVE))
			qc = NULL;
	}
	if (qc && (qc->tf.flags & ATA_TFLAG_POLLING))
		qc = NULL;
	return qc;
}