diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c index 551644a948617c65a4d24c8dd5d8ee8751653aaf..32ae03e9081b913385ad6497203ba7f8a1c3739c 100644 --- a/drivers/ata/sata_promise.c +++ b/drivers/ata/sata_promise.c @@ -502,8 +502,6 @@ static void pdc_atapi_pkt(struct ata_queued_cmd *qc) feature = PDC_FEATURE_ATAPI_PIO; /* set byte counter register to real transfer byte count */ nbytes = qc->nbytes; - if (!nbytes) - nbytes = qc->nsect << 9; if (nbytes > 0xffff) nbytes = 0xffff; } else {