mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 18:58:48 +07:00
media: m2m-deinterlace: Remove surplus name initialization
Name is already initialized by assignment from deinterlace_videodev. Signed-off-by: Anton Leontiev <scileont@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
0874f0295d
commit
661e7e8178
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user