Re: [PATCH v5 07/13] media: uvcvideo: Use dev->name for querycap()

2021-03-17 Thread Hans Verkuil
On 16/03/2021 18:59, Ricardo Ribalda wrote: > Use the device name for the card name instead of cap->card. You mean: 'instead of vdev->name.' ? > > Suggested-by: Laurent Pinchart > Signed-off-by: Ricardo Ribalda > --- > drivers/media/usb/uvc/uvc_v4l2.c | 3 +-- > 1 file changed, 1 insertion(+)

[PATCH v5 07/13] media: uvcvideo: Use dev->name for querycap()

2021-03-16 Thread Ricardo Ribalda
Use the device name for the card name instead of cap->card. Suggested-by: Laurent Pinchart Signed-off-by: Ricardo Ribalda --- drivers/media/usb/uvc/uvc_v4l2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/usb/uvc/uvc_v4l2.c b/drivers/media/usb/uvc/uvc_v4l2.