From: Hans Verkuil Date: Sun, 26 Sep 2010 11:16:56 +0000 (-0300) Subject: V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked X-Git-Tag: v2.6.37-rc1~64^2~347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d69f27186c16008540166c8017e9d4db2b477588;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed