commit | 2a5f6720ff45e7545c3058bc6bfdb498247b4f5c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jun 29 14:24:18 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jun 29 19:04:12 2012 -0300 |
tree | 6105b22edb6663b0dd699a672a48fe5f59002364 | |
parent | 177bc7dade38b5bd02dbcd008f92135b2c7a92b6 [diff] |
[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 <mchehab@redhat.com>