diff options
| -rw-r--r-- | drivers/s390/block/xpram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/xpram.c b/drivers/s390/block/xpram.c index 0fbacc8b1063..f231bc21b1ca 100644 --- a/drivers/s390/block/xpram.c +++ b/drivers/s390/block/xpram.c | |||
| @@ -230,7 +230,7 @@ static int xpram_make_request(struct request_queue *q, struct bio *bio) | |||
| 230 | } | 230 | } |
| 231 | } | 231 | } |
| 232 | set_bit(BIO_UPTODATE, &bio->bi_flags); | 232 | set_bit(BIO_UPTODATE, &bio->bi_flags); |
| 233 | bio_end_io(bio, 0); | 233 | bio_endio(bio, 0); |
| 234 | return 0; | 234 | return 0; |
| 235 | fail: | 235 | fail: |
| 236 | bio_io_error(bio); | 236 | bio_io_error(bio); |
