Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324345
b: refs/heads/master
c: f8885c2
h: refs/heads/master
i:
  324343: 5b4c3e2
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 4a2eafc commit c1ed940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 65929215d85702dd4a76db0ba9fbfc022ab99e55
refs/heads/master: f8885c26d59e683185002271108e8acb812fcd07
4 changes: 2 additions & 2 deletions trunk/drivers/char/nwbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ int button_del_callback (void (*callback) (void))
button_callback_list [lp].count = 0;
callback_count--;
return 0;
};
}
lp--;
};
}
return -EINVAL;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int rtc_do_ioctl(unsigned int cmd, unsigned long arg, int kernel)
case RTC_IRQP_READ:
case RTC_IRQP_SET:
return -EINVAL;
};
}
}
#endif

Expand Down

0 comments on commit c1ed940

Please sign in to comment.