提交 c8ed39eb 编写于 作者: T Thomas Hommel 提交者: Linus Torvalds

rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD

Prevent the RTC driver from returning ENOIOCTLCMD to userspace.
Signed-off-by: NThomas Hommel <thomas.hommel@gefanuc.com>
Acked-by: NAlessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 a8bbf72a
...@@ -348,6 +348,8 @@ static int rtc_dev_ioctl(struct inode *inode, struct file *file, ...@@ -348,6 +348,8 @@ static int rtc_dev_ioctl(struct inode *inode, struct file *file,
case RTC_IRQP_SET: case RTC_IRQP_SET:
if (ops->irq_set_freq) if (ops->irq_set_freq)
err = rtc_irq_set_freq(rtc, rtc->irq_task, arg); err = rtc_irq_set_freq(rtc, rtc->irq_task, arg);
else
err = -ENOTTY;
break; break;
#if 0 #if 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册