Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225762
b: refs/heads/master
c: fd3ee6d
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Roberto Jimenez authored and Russell King committed Nov 10, 2010
1 parent 33aaf44 commit 907ba09
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a404ad1ff593589bdd34c48ebecddada9edbfaf3
refs/heads/master: fd3ee6d3421bc05ce42ee7f48071aee72051af28
1 change: 1 addition & 0 deletions trunk/drivers/rtc/rtc-sa1100.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ static int sa1100_rtc_proc(struct device *dev, struct seq_file *seq)
seq_printf(seq, "periodic_IRQ\t: %s\n",
(OIER & OIER_E1) ? "yes" : "no");
seq_printf(seq, "periodic_freq\t: %ld\n", rtc_freq);
seq_printf(seq, "RTSR\t\t: 0x%08x\n", (u32)RTSR);

return 0;
}
Expand Down

0 comments on commit 907ba09

Please sign in to comment.