Re: [PATCH] media: ov7670: use v4l2_async_unregister_subdev()

2017-11-24 Thread Kieran Bingham
Hi Akinobu, Thankyou for the patch. On 24/11/17 14:40, Akinobu Mita wrote: > The sub-device for ov7670 is registered by v4l2_async_register_subdev(). > So it should be unregistered by v4l2_async_unregister_subdev() instead of > v4l2_device_unregister_subdev(). > > Cc: Jonathan Corbet

[PATCH] media: ov7670: use v4l2_async_unregister_subdev()

2017-11-24 Thread Akinobu Mita
The sub-device for ov7670 is registered by v4l2_async_register_subdev(). So it should be unregistered by v4l2_async_unregister_subdev() instead of v4l2_device_unregister_subdev(). Cc: Jonathan Corbet Cc: Sakari Ailus Cc: Mauro Carvalho Chehab