commit | d69f27186c16008540166c8017e9d4db2b477588 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Sep 26 08:16:56 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 21 01:06:14 2010 -0200 |
tree | 5aad41d0b021e7544bf0aae30c44657e1afd3e45 | |
parent | 96322b80e29802d2d3087987f6dc4e5aa19df64b [diff] |
V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked Until now all fops except release and (unlocked_)ioctl returned an error after the device node was unregistered. Extend this as well to the ioctl fops. There is nothing useful that an application can do here and it complicates the driver code unnecessarily. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>