commit | bd9f8f750e238f8a6160fb053ae97016f6da1098 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Aug 22 08:56:35 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Sat Aug 26 14:30:25 2017 -0400 |
tree | 973e13fa7a1b36b759ebeadd1a474ac9e3716046 | |
parent | 960c15dd171cf9f7172ecb785673b8265c567a53 [diff] |
media: platform: constify videobuf_queue_ops structures videobuf_queue_ops are not supposed to change at runtime. All functions working with videobuf_queue_ops provided by <media/videobuf-core.h> work with const videobuf_queue_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Hans Verkuil <hansverk@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>