From: Borislav Petkov Date: Fri, 1 May 2009 19:21:02 +0000 (+0200) Subject: ide-atapi: switch to rq->resid_len X-Git-Tag: v2.6.31-rc1~103^2~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077e6dba20e74a455a0452379d2a965c7e1b01ad;p=pandora-kernel.git ide-atapi: switch to rq->resid_len 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 --- Reading git-diff-tree failed