Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347042
b: refs/heads/master
c: b53f4ba
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Wolfram Sang committed Nov 13, 2012
1 parent 102e3fa commit 2934162
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: cf7505ef9cd1349dfff0b2aeb9bc62f54c14e03d
refs/heads/master: b53f4baf8b26303fc75ef3b00cf5e7398b58efd4
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-rcar.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ static int __devinit rcar_i2c_probe(struct platform_device *pdev)
if (ret < 0)
return ret;

priv->io = devm_ioremap(dev, res->start, resource_size(res));
priv->io = devm_request_and_ioremap(dev, res);
if (!priv->io) {
dev_err(dev, "cannot ioremap\n");
return -ENODEV;
Expand Down

0 comments on commit 2934162

Please sign in to comment.