From: Hans Verkuil Date: Sat, 13 Oct 2007 08:54:48 +0000 (-0300) Subject: V4L/DVB (6342): ivtv: fix circular locking (bug 9037) X-Git-Tag: v2.6.24-rc1~66^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e16f9c954c6a931ee97584014c826255e0bdaa;p=pandora-kernel.git V4L/DVB (6342): ivtv: fix circular locking (bug 9037) If you try to access the video device from within an udev rule, then you get into a circular locking situation. Changed the driver to postpone the registration of the devices until everything else has been fully initialized, so that the newly created device can be used immediately. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed