Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262034
b: refs/heads/master
c: 4de1ba1
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Vinod Koul committed Jul 13, 2011
1 parent 3b938e1 commit 71e1f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a03a202e95fdaa3ff52ccfc2594ec531e5917816
refs/heads/master: 4de1ba155bbe9b629b9fb03919c5d905b747e62f
4 changes: 2 additions & 2 deletions trunk/drivers/dma/mv_xor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ static int mv_xor_shared_probe(struct platform_device *pdev)
return -ENODEV;

msp->xor_base = devm_ioremap(&pdev->dev, res->start,
res->end - res->start + 1);
resource_size(res));
if (!msp->xor_base)
return -EBUSY;

Expand All @@ -1314,7 +1314,7 @@ static int mv_xor_shared_probe(struct platform_device *pdev)
return -ENODEV;

msp->xor_high_base = devm_ioremap(&pdev->dev, res->start,
res->end - res->start + 1);
resource_size(res));
if (!msp->xor_high_base)
return -EBUSY;

Expand Down

0 comments on commit 71e1f0e

Please sign in to comment.