Explorar o código

[S390] xpram: fix bio_end{_,}io typo

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Martin Schwidefsky %!s(int64=18) %!d(string=hai) anos
pai
achega
1462222b76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/s390/block/xpram.c

+ 1 - 1
drivers/s390/block/xpram.c

@@ -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);