Remove redundant code left over from the earlier patch 04/07. Signed-off-by: Mark Lord <mlord@xxxxxxxxx> --- Gets rid of a harmless artifact from an earlier patch. Posted as an addendum, rather than reworking the entire sequence. --- old/drivers/ata/sata_mv.c 2009-01-30 18:38:17.000000000 -0500 +++ linux/drivers/ata/sata_mv.c 2009-01-30 21:37:56.000000000 -0500 @@ -1820,8 +1820,6 @@ else if (!(qc->flags & ATA_QCFLAG_ACTIVE)) qc = NULL; } - if (qc && (qc->tf.flags & ATA_TFLAG_POLLING)) - qc = NULL; return qc; } -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html