]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate
authorAlessandro Zummo <alessandro.zummo@towertech.it>
Sat, 20 May 2006 22:00:29 +0000 (15:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 21 May 2006 19:59:21 +0000 (12:59 -0700)
commitb3969e5831adac133b286600e74214e1ae42ec05
treed708f1be2b626f0f73ab09a7e6a241640a5dd9fc
parenteae07ac607f317ee6781983d3f9d8f77ef144b45
[PATCH] rtc subsystem: use ENOIOCTLCMD and ENOTTY where appropriate

Appropriately use -ENOIOCTLCMD and -ENOTTY when the ioctl is not
implemented by a driver.

(akpm: we're not allowed to return -ENOIOCTLCMD to userspace.  This patch does
the right thing).

Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-dev.c
drivers/rtc/rtc-sa1100.c
drivers/rtc/rtc-test.c
drivers/rtc/rtc-vr41xx.c