From: Mauro Carvalho Chehab Date: Fri, 19 Sep 2014 16:02:12 +0000 (-0300) Subject: [media] em28xx: fix VBI handling logic X-Git-Tag: fixes-for-v3.18-merge-window~76^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7854c2c5d692a329b4d9a9a73bcf36ae137ee7c;p=pandora-kernel.git [media] em28xx: fix VBI handling logic When both VBI and video are streaming, and video stream is stopped, a subsequent trial to restart it will fail, because S_FMT will return -EBUSY. That prevents applications like zvbi to work properly. Please notice that, while this fix it fully for zvbi, the best is to get rid of streaming_users and res_get logic as a hole. However, this single-line patch is better to be merged at -stable. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed