Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223128
b: refs/heads/master
c: a584bff
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Dan Williams committed Dec 4, 2010
1 parent f96a32b commit 21fb6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: bca364d30d63825f36a03dcacf390943d4c2cb74
refs/heads/master: a584bff5efae8c1d026e3a930e3d13a90264fafc
5 changes: 2 additions & 3 deletions trunk/drivers/dma/ppc4xx/adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -4449,9 +4449,8 @@ static int __devinit ppc440spe_adma_probe(struct platform_device *ofdev,

if (!request_mem_region(res.start, resource_size(&res),
dev_driver_string(&ofdev->dev))) {
dev_err(&ofdev->dev, "failed to request memory region "
"(0x%016llx-0x%016llx)\n",
(u64)res.start, (u64)res.end);
dev_err(&ofdev->dev, "failed to request memory region %pR\n",
&res);
initcode = PPC_ADMA_INIT_MEMREG;
ret = -EBUSY;
goto out;
Expand Down

0 comments on commit 21fb6f6

Please sign in to comment.