Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60854
b: refs/heads/master
c: ac495bf
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Linus Torvalds committed Jul 17, 2007
1 parent df925ef commit 00a2a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a39a49c746adc08488b1403b5aeca1dbd4ce0e2
refs/heads/master: ac495bf8971f2dc9d401d892849977e86633ced6
2 changes: 2 additions & 0 deletions trunk/drivers/rtc/rtc-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ 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 __user *)uarg);
else
err = -ENOTTY;
break;

case RTC_IRQP_SET:
Expand Down

0 comments on commit 00a2a67

Please sign in to comment.