From: Mike Isely Date: Sun, 30 Mar 2008 23:36:31 +0000 (-0300) Subject: V4L/DVB (7708): pvrusb2-dvb: Fix stuck thread on streaming abort X-Git-Tag: v2.6.26-rc1~1084^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b80264c3ede47593e83189cce82b31100053f6;p=pandora-kernel.git V4L/DVB (7708): pvrusb2-dvb: Fix stuck thread on streaming abort If the device fails to stream, the feed thread will block forever waiting for buffers. But while in this state it was not looking for an exit condition from the driver DVB interface. This caused the thread to jam. Implement a new stop flag (which will be set appropriately) to tell the thread to stop. Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed