Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116221
b: refs/heads/master
c: 504f97f
h: refs/heads/master
i:
  116219: 397a656
v: v3
  • Loading branch information
Samuel Ortiz authored and Samuel Ortiz committed Oct 19, 2008
1 parent 08803ea commit 710a89d
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: f98a0bd0e4b77b12e49ce01f4c9f04503931c291
refs/heads/master: 504f97f884bafcd14d28ab52533e7b92996c8b98
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/htc-egpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static int __init egpio_probe(struct platform_device *pdev)
ei->base_addr = ioremap_nocache(res->start, res->end - res->start);
if (!ei->base_addr)
goto fail;
pr_debug("EGPIO phys=%08x virt=%p\n", res->start, ei->base_addr);
pr_debug("EGPIO phys=%08x virt=%p\n", (u32)res->start, ei->base_addr);

if ((pdata->bus_width != 16) && (pdata->bus_width != 32))
goto fail;
Expand Down

0 comments on commit 710a89d

Please sign in to comment.