Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286309
b: refs/heads/master
c: 2b2c189
h: refs/heads/master
i:
  286307: da6ffed
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 75a3aed commit 487cbe3
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: 0d1bc9125890426b52ca2de6abedd32e31722e5c
refs/heads/master: 2b2c1896871838cdf549442e8ad0264be5fa74e3
2 changes: 1 addition & 1 deletion trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ static int __devinit nvme_dev_add(struct nvme_dev *dev)
memcpy(dev->firmware_rev, ctrl->fr, sizeof(ctrl->fr));

id_ns = mem;
for (i = 0; i <= nn; i++) {
for (i = 1; i <= nn; i++) {
res = nvme_identify(dev, i, 0, dma_addr);
if (res)
continue;
Expand Down

0 comments on commit 487cbe3

Please sign in to comment.