Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62157
b: refs/heads/master
c: bf73af2
h: refs/heads/master
i:
  62155: f3d6b52
v: v3
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent 7c7e364 commit 458d5bc
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: ee54505199ad0d5819c613a68746d425a08fdc8f
refs/heads/master: bf73af2314702fcf44fb2a098244e3927f459531
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int heartbeat_drv_probe(struct platform_device *pdev)
hd->bit_pos[i] = i;
}

hd->base = (void __iomem *)res->start;
hd->base = (void __iomem *)(unsigned long)res->start;

setup_timer(&hd->timer, heartbeat_timer, (unsigned long)hd);
platform_set_drvdata(pdev, hd);
Expand Down

0 comments on commit 458d5bc

Please sign in to comment.