Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286281
b: refs/heads/master
c: ac88c36
h: refs/heads/master
i:
  286279: b060022
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent fefb30a commit beca157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19e899b2f9f89f4a290dd5c9c24d15987a18ab21
refs/heads/master: ac88c36a385b848cb9efcb877fdfc4153a60bcab
2 changes: 1 addition & 1 deletion trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ static int __devinit nvme_dev_add(struct nvme_dev *dev)
crt.features.prp1 = cpu_to_le64(dma_addr + 4096);
crt.features.fid = cpu_to_le32(NVME_FEAT_LBA_RANGE);

for (i = 0; i < nn; i++) {
for (i = 0; i <= nn; i++) {
cid.identify.nsid = cpu_to_le32(i);
res = nvme_submit_admin_cmd(dev, &cid, NULL);
if (res)
Expand Down

0 comments on commit beca157

Please sign in to comment.