From 759100531d76f36714dde0f05a09245e9e921e4c Mon Sep 17 00:00:00 2001 From: Mike Isely Date: Sat, 23 Sep 2006 22:30:50 -0300 Subject: [PATCH] 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-format-patch failed