]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/nvme/host/lightnvm.c
block: introduce new block status code type
[karo-tx-linux.git] / drivers / nvme / host / lightnvm.c
index f3885b5e56bdcb89ad581dc03fac82b253083c03..2d7a2889866f09234874ac1a9b133dec5054ca29 100644 (file)
@@ -480,7 +480,7 @@ static inline void nvme_nvm_rqtocmd(struct nvm_rq *rqd, struct nvme_ns *ns,
                                        rqd->bio->bi_iter.bi_sector));
 }
 
-static void nvme_nvm_end_io(struct request *rq, int error)
+static void nvme_nvm_end_io(struct request *rq, blk_status_t status)
 {
        struct nvm_rq *rqd = rq->end_io_data;