]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB: hdpvr: Fixes probing function
authorPerceval Anichini <perceval@trilogic.fr>
Mon, 5 Jul 2010 18:11:51 +0000 (15:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:28:34 +0000 (15:28 -0300)
commit07204aea1454db404141e95fc124536a6e0f6aa0
tree09577bf07b4c44b05b68b04abcf1d9dabff036ff
parentfe85ce90abae7f7876a9ae8f76649586fe73d5a2
V4L/DVB: hdpvr: Fixes probing function

In the hdpvr_probe () function, when an error occurs while probing the device,
the workqueue created by the create_single_thread () call is not properly
destroyed.

Signed-off-by: Perceval Anichini <perceval@trilogic.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/hdpvr/hdpvr-core.c