From: Hans de Goede Date: Fri, 21 Dec 2012 11:08:47 +0000 (-0300) Subject: [media] gspca_sonixb: Properly wait between i2c writes X-Git-Tag: v3.9-rc1~93^2~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fa0d36ad5b451d835ca79301265649334214c0;p=pandora-kernel.git [media] gspca_sonixb: Properly wait between i2c writes We must wait for the previous i2c write to complete before starting a new one. Sofar we were getting away with this, but it seems that some parts of the usb-subsystem has been sped up making us go to fast :) This fixes streaming on sn9c103 based cams not working with an "i2c_w error" error. Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed