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

Commit 0d961c89 authored by Anton Leontiev's avatar Anton Leontiev Committed by Mauro Carvalho Chehab
Browse files

media: ti-vpe: Remove surplus name initialization



Name is already initialized by assignment from vpe_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 a9c24b89
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2485,7 +2485,6 @@ static void vpe_fw_cb(struct platform_device *pdev)
	}

	video_set_drvdata(vfd, dev);
	snprintf(vfd->name, sizeof(vfd->name), "%s", vpe_videodev.name);
	dev_info(dev->v4l2_dev.dev, "Device registered as /dev/video%d\n",
		vfd->num);
}