commit | ad62701720dd5d2a17c62f6c3bbd6ee629efcfaa | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Sep 13 16:37:50 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Oct 04 16:57:33 2017 -0300 |
tree | dcf0ff1745ceee28257b121ece972aceb764f070 | |
parent | 022565200a4f27ffcf9315b2194ca9454059d6b1 [diff] |
[media] saa7146: make saa7146_use_ops const Make these const as they are not modified in the file referencing them. They are only used when their function pointer fields invokes a function and therefore none of the structure fields are getting modified. Also, add a const to the declaration in the header. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>