Ver Fonte

sata_mv: remove leftovers

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

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Mark Lord há 16 anos atrás
pai
commit
84bcbeebcf
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      drivers/ata/sata_mv.c

+ 0 - 2
drivers/ata/sata_mv.c

@@ -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;
 }