media: atmel: atmel-isc: replace video device name with module name
To have consistency with future media controller development, replace the video device name with KBUILD_MODNAME. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
118bf76a35
commit
ae9a7d57f6
|
@ -1886,7 +1886,7 @@ static int isc_async_complete(struct v4l2_async_notifier *notifier)
|
|||
}
|
||||
|
||||
/* Register video device */
|
||||
strscpy(vdev->name, "microchip-isc", sizeof(vdev->name));
|
||||
strscpy(vdev->name, KBUILD_MODNAME, sizeof(vdev->name));
|
||||
vdev->release = video_device_release_empty;
|
||||
vdev->fops = &isc_fops;
|
||||
vdev->ioctl_ops = &isc_ioctl_ops;
|
||||
|
|
Loading…
Reference in New Issue