Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199806
b: refs/heads/master
c: eaa6e4d
h: refs/heads/master
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Linus Torvalds committed Jun 4, 2010
1 parent 61fa7a8 commit cbbf6b9
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: e893de59a4982791368b3ce412bc67dd601a88a0
refs/heads/master: eaa6e4dd4bf243a357056448e54d7c673cd44acb
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,13 @@ static int __devinit s3c_rtc_probe(struct platform_device *pdev)
goto err_nortc;
}

s3c_rtc_cpu_type = platform_get_device_id(pdev)->driver_data;

if (s3c_rtc_cpu_type == TYPE_S3C64XX)
rtc->max_user_freq = 32768;
else
rtc->max_user_freq = 128;

s3c_rtc_cpu_type = platform_get_device_id(pdev)->driver_data;

platform_set_drvdata(pdev, rtc);

s3c_rtc_setfreq(&pdev->dev, 1);
Expand Down

0 comments on commit cbbf6b9

Please sign in to comment.