Re: [REVIEWv2 PATCH 08/12] f_uvc: add v4l2_device and replace parent with v4l2_dev

2013-06-17 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Wednesday 12 June 2013 17:00:58 Hans Verkuil wrote: > From: Hans Verkuil > > This driver did not yet support struct v4l2_device, so add it. This > make it possible to replace the deprecated parent field with the > v4l2_dev field, allowing the eventual removal o

[REVIEWv2 PATCH 08/12] f_uvc: add v4l2_device and replace parent with v4l2_dev

2013-06-12 Thread Hans Verkuil
From: Hans Verkuil This driver did not yet support struct v4l2_device, so add it. This make it possible to replace the deprecated parent field with the v4l2_dev field, allowing the eventual removal of the parent field. Signed-off-by: Hans Verkuil --- drivers/usb/gadget/f_uvc.c |9 -