diff options
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 2cd3391ff878..c211065ad829 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -1229,7 +1229,6 @@ static inline void complete_buffers(struct bio *bio, int status) | |||
1229 | int nr_sectors = bio_sectors(bio); | 1229 | int nr_sectors = bio_sectors(bio); |
1230 | 1230 | ||
1231 | bio->bi_next = NULL; | 1231 | bio->bi_next = NULL; |
1232 | blk_finished_io(len); | ||
1233 | bio_endio(bio, nr_sectors << 9, status ? 0 : -EIO); | 1232 | bio_endio(bio, nr_sectors << 9, status ? 0 : -EIO); |
1234 | bio = xbh; | 1233 | bio = xbh; |
1235 | } | 1234 | } |