sata_promise: kill qc->nsect
Merge order left qc->nsect usage in sata_promise dangling. Kill it. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
dedf61db4f
commit
0feb573f15
@ -502,8 +502,6 @@ static void pdc_atapi_pkt(struct ata_queued_cmd *qc)
|
|||||||
feature = PDC_FEATURE_ATAPI_PIO;
|
feature = PDC_FEATURE_ATAPI_PIO;
|
||||||
/* set byte counter register to real transfer byte count */
|
/* set byte counter register to real transfer byte count */
|
||||||
nbytes = qc->nbytes;
|
nbytes = qc->nbytes;
|
||||||
if (!nbytes)
|
|
||||||
nbytes = qc->nsect << 9;
|
|
||||||
if (nbytes > 0xffff)
|
if (nbytes > 0xffff)
|
||||||
nbytes = 0xffff;
|
nbytes = 0xffff;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user