mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 22:05:24 +07:00
media: hantro: print video device name in addition to device node
It can be helpful to know which video device was registered at which device node. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
a29add8c9b
commit
0b675962d9
@ -607,7 +607,8 @@ static int hantro_add_func(struct hantro_dev *vpu, unsigned int funcid)
|
||||
goto err_unreg_dev;
|
||||
}
|
||||
|
||||
v4l2_info(&vpu->v4l2_dev, "registered as /dev/video%d\n", vfd->num);
|
||||
v4l2_info(&vpu->v4l2_dev, "registered %s as /dev/video%d\n", vfd->name,
|
||||
vfd->num);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user