Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228360
b: refs/heads/master
c: fd59998
h: refs/heads/master
v: v3
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent a05ca36 commit 5436911
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: 653bf0cfa55896b74d8cbe7e561401813ca359ad
refs/heads/master: fd599985e649c71162495d307a2fd1bbddc258e4
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ static int __devinit sep_probe(struct pci_dev *pdev,
}

sep->rar_size = FAKE_RAR_SIZE;
sep->rar_addr = dma_alloc_coherent(NULL,
sep->rar_addr = dma_alloc_coherent(&sep->pdev->dev,
sep->rar_size, &sep->rar_bus, GFP_KERNEL);
if (sep->rar_addr == NULL) {
dev_warn(&sep->pdev->dev, "can't allocate mfld rar\n");
Expand Down

0 comments on commit 5436911

Please sign in to comment.