From: Mauro Carvalho Chehab Date: Fri, 29 Jun 2012 17:24:18 +0000 (-0300) Subject: [media] drxk: pass drxk priv struct instead of I2C adapter to i2c calls X-Git-Tag: v3.6-rc1~40^2^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5f6720ff45e7545c3058bc6bfdb498247b4f5c;p=pandora-kernel.git [media] drxk: pass drxk priv struct instead of I2C adapter to i2c calls As it will be using the unlocked version of i2c_transfer during firmware loads, make sure that the priv state routine will be used on all I2C calls, in preparation for the next patch that will implement an exclusive lock mode to be used during firmware load, at drxk_init. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed