From: Mauro Carvalho Chehab Date: Sun, 10 Aug 2014 02:14:21 +0000 (-0300) Subject: [media] au0828: Fix DVB resume when streaming X-Git-Tag: omap-for-v3.19/prcm-cleanup~127^2^2~521 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2930977ac5934540d876715fdf32b1dd6f405df5;p=pandora-kernel.git [media] au0828: Fix DVB resume when streaming When DVB is streaming and suspend is called, it will call au0828_stop_transport(), with will clean the streaming flag. Due to that, stop_urb_transfer() will be called twice, causing an oops. So, we need another flag to be used at resume, telling it to restart DVB. While here, add a logic at stop_urb_transfer() to prevent it of being called twice, and convert the usb_streaming flag into boolean. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed