commit | b26f453963a5275a5c408beee7663d5bc096620f | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Wed Jun 27 12:52:49 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Jul 30 19:53:03 2012 -0300 |
tree | 5e6e4ba32687891adcf71098a79a9b1ee3d2fd46 | |
parent | 272863540371cd86a7f05d6fef7db7868ea79a2e [diff] |
[media] cx25821: Remove useless struct i2c_algo_bit_data The field 'struct i2c_algo_bit_data i2c_algo' is wrongly confused with struct i2c_algorithm. Moreover, i2c_algo field is not used since i2c is registered using i2c_add_adpater() and not i2c_bit_add_bus(). Therefore, it's safe to remove it. Tested by compilation only. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>