Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39744
b: refs/heads/master
c: 6a15f46
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Oct 17, 2006
1 parent 7224036 commit a39be7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eee44cca665aa1a5663e6a00c2bdfc275739dac5
refs/heads/master: 6a15f46c1272afd3010259067451bf0df04f6511
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-v3020.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ static int rtc_probe(struct platform_device *pdev)
* are all disabled */
v3020_set_reg(chip, V3020_STATUS_0, 0x0);

dev_info(&pdev->dev, "Chip available at physical address 0x%p,"
dev_info(&pdev->dev, "Chip available at physical address 0x%llx,"
"data connected to D%d\n",
(void*)pdev->resource[0].start,
(unsigned long long)pdev->resource[0].start,
chip->leftshift);

platform_set_drvdata(pdev, chip);
Expand Down

0 comments on commit a39be7f

Please sign in to comment.