From: Ian Armstrong Date: Sat, 21 Jun 2008 12:25:23 +0000 (-0300) Subject: V4L/DVB (8088): ivtv: yuv decoder lock fix X-Git-Tag: v2.6.27-rc1~966^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464e9f3a0cabce9a7cf51f382f129d464483b0d0;p=pandora-kernel.git V4L/DVB (8088): ivtv: yuv decoder lock fix write() operations to the yuv device may not always 'start' the decoder. Although yuv output will be correct, some functions which should be disabled while the decoder is in use remain enabled. This can result in hardware registers being corrupted, causing problems with the mpeg decoder. This patch simply moves the existing decoder 'start' sequence to earlier in the write() handler. Signed-off-by: Ian Armstrong Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed