media: v4l2-dev.h: increase struct video_device name size

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>
This commit is contained in:
Hans Verkuil 2023-09-23 17:20:55 +02:00
parent 3e80a88911
commit 9cc0f40cac

View File

@ -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;