Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 581d88c4 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] saa7134: don't set vfd->debug



You can set this through sysfs, so don't mix the two.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 09092787
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -803,7 +803,6 @@ static struct video_device *vdev_init(struct saa7134_dev *dev,
	*vfd = *template;
	vfd->v4l2_dev  = &dev->v4l2_dev;
	vfd->release = video_device_release;
	vfd->debug   = video_debug;
	snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)",
		 dev->name, type, saa7134_boards[dev->board].name);
	set_bit(V4L2_FL_USE_FH_PRIO, &vfd->flags);