Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / drivers / nvme / host / lightnvm.c
index 215c025..71f2bbc 100644 (file)
@@ -483,7 +483,7 @@ static int nvme_nvm_submit_io(struct nvm_dev *dev, struct nvm_rq *rqd)
        struct bio *bio = rqd->bio;
        struct nvme_nvm_command *cmd;
 
-       rq = blk_mq_alloc_request(q, bio_rw(bio), GFP_KERNEL, 0);
+       rq = blk_mq_alloc_request(q, bio_rw(bio), 0);
        if (IS_ERR(rq))
                return -ENOMEM;