diff options
Diffstat (limited to 'drivers/nvdimm/btt.c')
-rw-r--r-- | drivers/nvdimm/btt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/nvdimm/btt.c b/drivers/nvdimm/btt.c index eae93ab8ffcd..efb2c1ceef98 100644 --- a/drivers/nvdimm/btt.c +++ b/drivers/nvdimm/btt.c | |||
@@ -1150,7 +1150,7 @@ static int btt_do_bvec(struct btt *btt, struct bio_integrity_payload *bip, | |||
1150 | return ret; | 1150 | return ret; |
1151 | } | 1151 | } |
1152 | 1152 | ||
1153 | static void btt_make_request(struct request_queue *q, struct bio *bio) | 1153 | static blk_qc_t btt_make_request(struct request_queue *q, struct bio *bio) |
1154 | { | 1154 | { |
1155 | struct bio_integrity_payload *bip = bio_integrity(bio); | 1155 | struct bio_integrity_payload *bip = bio_integrity(bio); |
1156 | struct btt *btt = q->queuedata; | 1156 | struct btt *btt = q->queuedata; |
@@ -1198,6 +1198,7 @@ static void btt_make_request(struct request_queue *q, struct bio *bio) | |||
1198 | 1198 | ||
1199 | out: | 1199 | out: |
1200 | bio_endio(bio); | 1200 | bio_endio(bio); |
1201 | return BLK_QC_T_NONE; | ||
1201 | } | 1202 | } |
1202 | 1203 | ||
1203 | static int btt_rw_page(struct block_device *bdev, sector_t sector, | 1204 | static int btt_rw_page(struct block_device *bdev, sector_t sector, |