lightnvm: allow to force mm initialization
[deliverable/linux.git] / drivers / block / null_blk.c
index 8ba1e97d573c3b804c2ee7d14946f94b4c32fc93..ae05d31c0559c600bc940885d0085fe21671e4d2 100644 (file)
@@ -478,7 +478,7 @@ static int null_lnvm_id(struct nvm_dev *dev, struct nvm_id *id)
        id->ver_id = 0x1;
        id->vmnt = 0;
        id->cgrps = 1;
-       id->cap = 0x3;
+       id->cap = 0x2;
        id->dom = 0x1;
 
        id->ppaf.blk_offset = 0;
This page took 0.023621 seconds and 5 git commands to generate.