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:
e66fb18
)
media: usbtv: make v4l2_file_operations const
author
Bhumika Goyal
<
[email protected]
>
Sat, 26 Aug 2017 06:13:46 +0000
(
02:13
-0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 27 Aug 2017 12:46:05 +0000
(08:46 -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/usb/usbtv/usbtv-video.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/usbtv/usbtv-video.c
b/drivers/media/usb/usbtv/usbtv-video.c
index 8135614f395a93565b21e77a0f9fab46432a00ba..95b5f4319ec25a37fdc866ab14a510ac79b6a78a 100644
(file)
--- a/
drivers/media/usb/usbtv/usbtv-video.c
+++ b/
drivers/media/usb/usbtv/usbtv-video.c
@@
-629,7
+629,7
@@
static struct v4l2_ioctl_ops usbtv_ioctl_ops = {
.vidioc_streamoff = vb2_ioctl_streamoff,
};
-static struct v4l2_file_operations usbtv_fops = {
+static
const
struct v4l2_file_operations usbtv_fops = {
.owner = THIS_MODULE,
.unlocked_ioctl = video_ioctl2,
.mmap = vb2_fop_mmap,