commit | f691ba9864ad0ed1bd67ad27ed95ed2dce6e15e2 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Dec 06 13:51:38 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 01 07:31:48 2016 -0200 |
tree | e51fe3599db02ae9e751dc094fb0010b6c4aa8f5 | |
parent | 242c5033508991221d787043b734740770c850be [diff] |
[media] drivers/media/usb/as102: constify as102_priv_ops_t structure The as102_priv_ops_t structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>