From: Mike Isely Date: Sat, 7 Mar 2009 04:45:10 +0000 (-0300) Subject: V4L/DVB (11188): pvrusb2: Sub-device update must happen BEFORE state dirty bits are... X-Git-Tag: v2.6.30-rc1~621^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68a619a1b216ed5398cbdf215a20d3411c988ea;p=pandora-kernel.git V4L/DVB (11188): pvrusb2: Sub-device update must happen BEFORE state dirty bits are cleared The sub-device update mechanism relies on various "dirty" bits in the driver in order to know what pieces of state need to be propagated out to the various sub-devices. But that won't work if the dirty bits are cleared before the update gets a chance to run. This change ensures that the update takes place before the dirty bits are cleared. Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed