Re: [RFC/PATCH 6/6] v4l: subdev: Generic ioctl support

2010-07-07 Thread Hans Verkuil
> Instead of returning an error when receiving an ioctl call with an > unsupported command, forward the call to the subdev core::ioctl handler. > > Signed-off-by: Laurent Pinchart > --- > Documentation/video4linux/v4l2-framework.txt |5 + > drivers/media/video/v4l2-subdev.c|

[RFC/PATCH 6/6] v4l: subdev: Generic ioctl support

2010-07-07 Thread Laurent Pinchart
Instead of returning an error when receiving an ioctl call with an unsupported command, forward the call to the subdev core::ioctl handler. Signed-off-by: Laurent Pinchart --- Documentation/video4linux/v4l2-framework.txt |5 + drivers/media/video/v4l2-subdev.c|2 +- 2 fil