Commit 8f297252 authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS v10: Change name of low voltage read and set macros.

parent a9d13fad
...@@ -333,7 +333,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd, ...@@ -333,7 +333,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
ds1302_writereg(RTC_TRICKLECHARGER, tcs_val); ds1302_writereg(RTC_TRICKLECHARGER, tcs_val);
return 0; return 0;
} }
case RTC_VLOW_RD: case RTC_VL_READ:
{ {
/* TODO: /* TODO:
* Implement voltage low detection support * Implement voltage low detection support
...@@ -342,7 +342,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd, ...@@ -342,7 +342,7 @@ rtc_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
" is not supported\n"); " is not supported\n");
return 0; return 0;
} }
case RTC_VLOW_SET: case RTC_VL_CLR:
{ {
/* TODO: /* TODO:
* Nothing to do since Voltage Low detection is not supported * Nothing to do since Voltage Low detection is not supported
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment