projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e80a88
)
media: v4l2-dev.h: increase struct video_device name size
author
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Sat, 23 Sep 2023 15:20:55 +0000
(17:20 +0200)
committer
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Wed, 27 Sep 2023 08:47:22 +0000
(10:47 +0200)
Increase the size of the name field to prevent a lot of
string truncate compiler warnings.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
include/media/v4l2-dev.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-dev.h
b/include/media/v4l2-dev.h
index e0a13505f88da69770b5f514d56ff6810056fb07..d82dfdbf6e5838851637ad4be41ba0100905af8a 100644
(file)
--- a/
include/media/v4l2-dev.h
+++ b/
include/media/v4l2-dev.h
@@
-284,7
+284,7
@@
struct video_device {
struct v4l2_prio_state *prio;
/* device info */
- char name[
32
];
+ char name[
64
];
enum vfl_devnode_type vfl_type;
enum vfl_devnode_direction vfl_dir;
int minor;