From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:43 +0000 (+0100) Subject: ide: pass error value to ide_complete_rq() X-Git-Tag: v2.6.30-rc1~623^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6902a5331256e1b9f4cef95a1e3622252113b260;p=pandora-kernel.git ide: pass error value to ide_complete_rq() Set rq->errors at ide_complete_rq() call sites and then pass error value to ide_complete_rq(). [ Some rq->errors assignments look really wrong but this patch leaves them alone to not introduce too many changes at once. ] There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed