Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197525
b: refs/heads/master
c: 8381fc3
h: refs/heads/master
i:
  197523: 5a082a8
v: v3
  • Loading branch information
Tobias Klauser authored and Dan Williams committed May 17, 2010
1 parent 8277816 commit 4935b3d
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: cc05ea0cd63437da2033b3ce6e033b1f1aaaf640
refs/heads/master: 8381fc35244dbdf58cfc49e04e0d7c3498c8aa03
2 changes: 1 addition & 1 deletion trunk/drivers/dma/mpc512x_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static int __devinit mpc_dma_probe(struct of_device *op,
}

regs_start = res.start;
regs_size = res.end - res.start + 1;
regs_size = resource_size(&res);

if (!devm_request_mem_region(dev, regs_start, regs_size, DRV_NAME)) {
dev_err(dev, "Error requesting memory region!\n");
Expand Down

0 comments on commit 4935b3d

Please sign in to comment.