Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334360
b: refs/heads/master
c: 8c68719
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Linus Walleij committed Oct 15, 2012
1 parent b055086 commit da02466
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: 47dbec59c37ab02946a6db7ac30c3bf6ca02630c
refs/heads/master: 8c6871979d903b8b0e4cd78a59d84afc262611bf
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-bcm2835.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ static int __devinit bcm2835_pinctrl_probe(struct platform_device *pdev)
return err;
}

pc->base = devm_request_and_ioremap(&pdev->dev, &iomem);
pc->base = devm_request_and_ioremap(dev, &iomem);
if (!pc->base)
return -EADDRNOTAVAIL;

Expand Down

0 comments on commit da02466

Please sign in to comment.