V4L/DVB (7688): pvrusb2: Clean up dvb streaming start/stop
authorMike Isely <isely@pobox.com>
Wed, 6 Feb 2008 09:59:48 +0000 (06:59 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:46 +0000 (14:09 -0300)
commita36416d0a70899d3724d2e69e378062e06252a41
treebdfa46e80e1d304f0817749a61d80e49f995ddbd
parentceb4340deb9bf5f8371d47ef906a83e6784345b0
V4L/DVB (7688): pvrusb2: Clean up dvb streaming start/stop

Eliminate the need for a separate pvr2_dvb_fh; since in the DVB
context there can only ever be a single instance then there is no need
for a separate instance to handle streaming state.  This simplifies
the module.  Also move streaming start/stop out of the feed thread and
into the driver's main context - which makes it possible for streaming
start up failures to be detected by the DVB core.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-dvb.c
drivers/media/video/pvrusb2/pvrusb2-dvb.h