Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324313
b: refs/heads/master
c: be6ec64
h: refs/heads/master
i:
  324311: be71d61
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 17a1e8a commit 6663d3a
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: 8c3db42fea94cc360446602d3d1a4f50ae98af16
refs/heads/master: be6ec64a1bb04d6c54f77e8e445e83ea8f1e17e1
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/omap_hdq.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ static int __devinit omap_hdq_probe(struct platform_device *pdev)
goto err_resource;
}

hdq_data->hdq_base = ioremap(res->start, SZ_4K);
hdq_data->hdq_base = ioremap(res->start, resource_size(res));
if (!hdq_data->hdq_base) {
dev_dbg(&pdev->dev, "ioremap failed\n");
ret = -EINVAL;
Expand Down

0 comments on commit 6663d3a

Please sign in to comment.