commit | d746cf89b4b7e60f5b7239b3ef8e8af01d11f604 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Aug 18 12:06:58 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sat Aug 26 08:40:01 2017 -0400 |
tree | 537c87676c2f5835b91d85e1e68b89aaeb2c1e1d | |
parent | 43298e768cfc2b9c810e55425e948bf6f767cc75 [diff] |
media: usb: make i2c_algorithm const Make these const as they are only used in a copy operation or are stored in the algo field of i2c_adapter structure, which is const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Acked-by: Mike Isely <isely@pobox.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>