commit | 6902a5331256e1b9f4cef95a1e3622252113b260 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Mar 27 12:46:43 2009 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Mar 27 12:46:43 2009 +0100 |
tree | f33ef1a732425e1862fcf0bbd0e909f82d247a8a | |
parent | 37245aabfa0c628ba884cd88fe5cd633b426a1b2 [diff] |
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 <bzolnier@gmail.com>