projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8684494
)
media: cx18: make v4l2_file_operations const
author
Bhumika Goyal
<
[email protected]
>
Sat, 26 Aug 2017 06:02:08 +0000
(
02:02
-0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 27 Aug 2017 12:45:49 +0000
(08:45 -0400)
Make this const as it is only stored in a const field of a
video_device structure.
Signed-off-by: Bhumika Goyal <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/pci/cx18/cx18-streams.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/cx18/cx18-streams.c
b/drivers/media/pci/cx18/cx18-streams.c
index 81d06c1a7796906ee53a6e00be00cfbbb94050de..8385411af641eb1f22151a6465e3618c8848c0e3 100644
(file)
--- a/
drivers/media/pci/cx18/cx18-streams.c
+++ b/
drivers/media/pci/cx18/cx18-streams.c
@@
-31,7
+31,7
@@
#define CX18_DSP0_INTERRUPT_MASK 0xd0004C
-static struct v4l2_file_operations cx18_v4l2_enc_fops = {
+static
const
struct v4l2_file_operations cx18_v4l2_enc_fops = {
.owner = THIS_MODULE,
.read = cx18_v4l2_read,
.open = cx18_v4l2_open,