Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264913
b: refs/heads/master
c: 39eb4ed
h: refs/heads/master
i:
  264911: a9e073c
v: v3
  • Loading branch information
Joakim Tjernlund authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 881c117 commit 5db7039
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 74ad60292bf0108de9884c531d7ec3f65c206230
refs/heads/master: 39eb4ed556c145f35059c59144192d8ee32ceaa5
5 changes: 4 additions & 1 deletion trunk/drivers/usb/host/fhci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,12 +621,15 @@ static int __devinit of_fhci_probe(struct platform_device *ofdev)
goto err_pram;
}

pram_addr = cpm_muram_alloc_fixed(iprop[2], FHCI_PRAM_SIZE);
pram_addr = cpm_muram_alloc(FHCI_PRAM_SIZE, 64);
if (IS_ERR_VALUE(pram_addr)) {
dev_err(dev, "failed to allocate usb pram\n");
ret = -ENOMEM;
goto err_pram;
}

qe_issue_cmd(QE_ASSIGN_PAGE_TO_DEVICE, QE_CR_SUBBLOCK_USB,
QE_CR_PROTOCOL_UNSPECIFIED, pram_addr);
fhci->pram = cpm_muram_addr(pram_addr);

/* GPIOs and pins */
Expand Down

0 comments on commit 5db7039

Please sign in to comment.