Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48374
b: refs/heads/master
c: 7735362
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent 5bbfda8 commit fe13cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 22943364cffd404e1bba4f097ac21bc74031eba3
refs/heads/master: 7735362ac32062725ba08ece014d669b9bede505
6 changes: 2 additions & 4 deletions trunk/drivers/char/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ irqreturn_t rtc_interrupt(int irq, void *dev_id)
*/
static ctl_table rtc_table[] = {
{
.ctl_name = 1,
.ctl_name = CTL_UNNUMBERED,
.procname = "max-user-freq",
.data = &rtc_max_user_freq,
.maxlen = sizeof(int),
Expand All @@ -294,9 +294,8 @@ static ctl_table rtc_table[] = {

static ctl_table rtc_root[] = {
{
.ctl_name = 1,
.ctl_name = CTL_UNNUMBERED,
.procname = "rtc",
.maxlen = 0,
.mode = 0555,
.child = rtc_table,
},
Expand All @@ -307,7 +306,6 @@ static ctl_table dev_root[] = {
{
.ctl_name = CTL_DEV,
.procname = "dev",
.maxlen = 0,
.mode = 0555,
.child = rtc_root,
},
Expand Down

0 comments on commit fe13cd1

Please sign in to comment.