From: Jean Delvare Date: Wed, 22 Mar 2006 06:48:33 +0000 (-0300) Subject: V4L/DVB (3568a): saa7114: Fix i2c block write X-Git-Tag: v2.6.17-rc1~996^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6254312352dfd1c996245cb3bc74be901dc165cc;p=pandora-kernel.git V4L/DVB (3568a): saa7114: Fix i2c block write Fix the i2c block write mode of the saa7114 driver. A previous code change accidentally commented out a local variable increment, which should have been kept, causing the register writes over the I2C bus to never be batched, replacing any attempted block write by slower, individual write transactions. Also drop the commented out code, as it only adds to confusion. Signed-off-by: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed