Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83543
b: refs/heads/master
c: 8a0ba4e
h: refs/heads/master
i:
  83541: 1898bc5
  83539: 80a5660
  83535: 457cd77
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 6, 2008
1 parent a620f0f commit 0e613dd
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: fcd8db002f784706e9aa190d0b6350f868e61c32
refs/heads/master: 8a0ba4e0178f4d87445b5527bfefdd5437b974c6
4 changes: 2 additions & 2 deletions trunk/Documentation/rtc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ driver returns ENOIOCTLCMD. Some common examples:
since the frequency is stored in the irq_freq member of the rtc_device
structure. Your driver needs to initialize the irq_freq member during
init. Make sure you check the requested frequency is in range of your
hardware in the irq_set_freq function. If you cannot actually change
the frequency, just return -ENOTTY.
hardware in the irq_set_freq function. If it isn't, return -EINVAL. If
you cannot actually change the frequency, do not define irq_set_freq.

If all else fails, check out the rtc-test.c driver!

Expand Down

0 comments on commit 0e613dd

Please sign in to comment.