Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47250
b: refs/heads/master
c: d76fdf7
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 77745de commit 10d3f7a
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: 427a57a782c3bbd21de0a145662dc8f2f3ac2ea5
refs/heads/master: d76fdf754a4b61741d78c545489145919affea4d
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static int rtc_dev_ioctl(struct inode *inode, struct file *file,

case RTC_IRQP_READ:
if (ops->irq_set_freq)
err = put_user(rtc->irq_freq, (unsigned long *) arg);
err = put_user(rtc->irq_freq, (unsigned long __user *)uarg);
break;

case RTC_IRQP_SET:
Expand Down

0 comments on commit 10d3f7a

Please sign in to comment.