Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286225
b: refs/heads/master
c: 53c9577
h: refs/heads/master
i:
  286223: 2acc8f4
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 778620e commit 6e71a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 821234603b265f59d7eebce16d9e8beca2a5752d
refs/heads/master: 53c9577e9ca68a633c6e9df2b54eaecacfa77f62
1 change: 1 addition & 0 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ static int __devinit nvme_probe(struct pci_dev *pdev,
pci_set_drvdata(pdev, dev);
dma_set_mask(&dev->pci_dev->dev, DMA_BIT_MASK(64));
nvme_set_instance(dev);
dev->entry[0].vector = pdev->irq;

dev->bar = ioremap(pci_resource_start(pdev, 0), 8192);
if (!dev->bar) {
Expand Down

0 comments on commit 6e71a78

Please sign in to comment.