Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178078
b: refs/heads/master
c: 4716eaf
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Jeff Garzik committed Dec 17, 2009
1 parent 88d0879 commit 43c151c
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: 0cdd6eb7e08fc39e9c906cc46b6ee9095c3077a9
refs/heads/master: 4716eaf20f37d10fd01b0fcacb3e41c1abd362c3
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_octeon_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static int __devinit octeon_cf_probe(struct platform_device *pdev)
return -EINVAL;

cs1 = devm_ioremap_nocache(&pdev->dev, res_cs1->start,
res_cs0->end - res_cs1->start + 1);
resource_size(res_cs1));

if (!cs1)
return -ENOMEM;
Expand Down

0 comments on commit 43c151c

Please sign in to comment.