Skip to content

Commit

Permalink
[S390] xpram: fix bio_end{_,}io typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Oct 12, 2007
1 parent a2e5380 commit 1462222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/block/xpram.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static int xpram_make_request(struct request_queue *q, struct bio *bio)
}
}
set_bit(BIO_UPTODATE, &bio->bi_flags);
bio_end_io(bio, 0);
bio_endio(bio, 0);
return 0;
fail:
bio_io_error(bio);
Expand Down

0 comments on commit 1462222

Please sign in to comment.