ide-atapi: switch to rq->resid_len
authorBorislav Petkov <petkovbb@gmail.com>
Fri, 1 May 2009 19:21:02 +0000 (21:21 +0200)
committerBorislav Petkov <petkovbb@gmail.com>
Fri, 15 May 2009 04:44:02 +0000 (06:44 +0200)
Now that we have rq->resid_len, use it to account partial completion
amount during the lifetime of an rq, decrementing it on each successful
transfer. As a result, get rid of now unused pc->xferred.

While at it, remove noisy debug call in ide_prep_sense.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>

No differences found