Skip to content

Commit

Permalink
CRIS v10: Change name of low voltage read and set macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Nilsson committed Feb 8, 2008
1 parent a9d13fa commit 8f29725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 8f29725

Please sign in to comment.