From: Laurent Pinchart Date: Tue, 21 Oct 2014 19:07:15 +0000 (-0300) Subject: [media] uvcvideo: Don't stop the stream twice at file handle release X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f02de275e5c4374ffeba554c7b9fa85ea13ecc5;p=pandora-kernel.git [media] uvcvideo: Don't stop the stream twice at file handle release When releasing the file handle the driver calls the vb2_queue_release which turns the stream off. There's thus no need to turn the stream off explicitly beforehand. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed