From: Anatolij Gustschin Date: Tue, 12 Apr 2011 11:15:58 +0000 (-0300) Subject: [media] media: fsl_viu: fix bug in streamon routine X-Git-Tag: v3.0-rc1~322^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b1af19647f375efb96cbd0589f9279caea7023;p=pandora-kernel.git [media] media: fsl_viu: fix bug in streamon routine Currently video capturing using streaming I/O method doesn't work if capturing to overlay buffer took place before. When enabling the stream we have to check the overlay enable driver flag and reset it so that the interrupt handler won't execute the overlay interrupt path after enabling DMA in streamon routine. Otherwise the capture interrupt won't be handled correctly causing non working VIDIOC_DQBUF ioctl. Signed-off-by: Anatolij Gustschin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed