From: Mike Isely Date: Sun, 24 Sep 2006 01:30:50 +0000 (-0300) Subject: V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damage X-Git-Tag: v2.6.19-rc1~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759100531d76f36714dde0f05a09245e9e921e4c;p=pandora-kernel.git V4L/DVB (4663): Pvrusb2: Get rid of private global context array brain damage A previous attempt to deal with the upcoming loss of video_set_drvdata() and video_get_drvdata() resulted in logic which causes a circular locking dependency - also known as a deadlock. This changeset attacks the problem in a different manner, using a technique that no longer requires the problematic mutex (or that private global array either). Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed