Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84991
b: refs/heads/master
c: 8f29725
h: refs/heads/master
i:
  84989: 9efc666
  84987: 0200a6e
  84983: 3d062ba
  84975: a2a07ff
  84959: a5aa95d
  84927: 58a52fb
  84863: cec10b8
  84735: 73d5043
  84479: e30caf1
  83967: 710586e
v: v3
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent 7b5b1b7 commit 1db98c2
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: a9d13fad8c72215f8a6c95af81c354547cf4bd64
refs/heads/master: 8f2972529f354fec0fa1341d08074d328f748d8c
4 changes: 2 additions & 2 deletions trunk/arch/cris/arch-v10/drivers/ds1302.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
ds1302_writereg(RTC_TRICKLECHARGER, tcs_val);
return 0;
}
case RTC_VLOW_RD:
case RTC_VL_READ:
{
/* TODO:
* Implement voltage low detection support
Expand All @@ -342,7 +342,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
" is not supported\n");
return 0;
}
case RTC_VLOW_SET:
case RTC_VL_CLR:
{
/* TODO:
* Nothing to do since Voltage Low detection is not supported
Expand Down

0 comments on commit 1db98c2

Please sign in to comment.