From: Antti Palosaari Date: Wed, 13 Jun 2012 00:16:52 +0000 (-0300) Subject: [media] dvb_usb_v2: do not check active fe when stop streaming X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32be21800feb38d51a584437f1a5eb3f4126a17;p=pandora-kernel.git [media] dvb_usb_v2: do not check active fe when stop streaming Do not check active frontend as it could be already shutdown. Add some more debugs. It turns out that device is put sleep earlier than streaming is stopped in some cases. That is because streaming is running different task and there is no locking. Maybe some locking could be good idea to force stop streaming before device is shut down. I can guess there could be problems in someday cases like chip is sleep but streaming control is requested after that... Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed