From: Mauro Carvalho Chehab Date: Thu, 13 Jan 2011 14:58:36 +0000 (-0300) Subject: [media] tda8290: Make all read operations atomic X-Git-Tag: v2.6.38-rc2~1^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567aba0b7997dad5fe3fb4aeb174ee9018df8c5b;p=pandora-kernel.git [media] tda8290: Make all read operations atomic Read operations should be preceeded by a write operation. However, nothing prevents that an I2C operation could happen between the two transactions. To avoid that problem, use an unique I2C transfer for both parts of the I2C transaction. Cc: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed