diff options
Diffstat (limited to 'drivers/block/cpqarray.c')
-rw-r--r-- | drivers/block/cpqarray.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c index 78082edc14b4..4abc193314ee 100644 --- a/drivers/block/cpqarray.c +++ b/drivers/block/cpqarray.c | |||
@@ -989,7 +989,6 @@ static inline void complete_buffers(struct bio *bio, int ok) | |||
989 | xbh = bio->bi_next; | 989 | xbh = bio->bi_next; |
990 | bio->bi_next = NULL; | 990 | bio->bi_next = NULL; |
991 | 991 | ||
992 | blk_finished_io(nr_sectors); | ||
993 | bio_endio(bio, nr_sectors << 9, ok ? 0 : -EIO); | 992 | bio_endio(bio, nr_sectors << 9, ok ? 0 : -EIO); |
994 | 993 | ||
995 | bio = xbh; | 994 | bio = xbh; |