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

Commit 661e7e81 authored by Anton Leontiev's avatar Anton Leontiev Committed by Mauro Carvalho Chehab
Browse files

media: m2m-deinterlace: Remove surplus name initialization



Name is already initialized by assignment from deinterlace_videodev.

Signed-off-by: default avatarAnton Leontiev <scileont@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 0874f029
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1040,7 +1040,6 @@ static int deinterlace_probe(struct platform_device *pdev)
	}

	video_set_drvdata(vfd, pcdev);
	snprintf(vfd->name, sizeof(vfd->name), "%s", deinterlace_videodev.name);
	v4l2_info(&pcdev->v4l2_dev, MEM2MEM_TEST_MODULE_NAME
			" Device registered as /dev/video%d\n", vfd->num);