From: Andy Walls Date: Sun, 18 Jul 2010 20:16:16 +0000 (-0300) Subject: V4L/DVB: cx25840: Make cx25840 i2c register read transactions atomic X-Git-Tag: v2.6.36-rc1~289^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f272644464bfb8cf8cec958cfc06020283c2f14;p=pandora-kernel.git V4L/DVB: cx25840: Make cx25840 i2c register read transactions atomic There was a small window between writing the cx25840 register address over the i2c bus and reading the register contents back from the cx25840 device that the i2c adapter lock was released. This change ensures the adapter lock is not released until the register read is done. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed