Commit 9cc0f40c authored by Hans Verkuil's avatar Hans Verkuil
Browse files

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: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 3e80a889
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;