Re: [PATCH v13 12/25] v4l: async: Register sub-devices before calling bound callback

2017-09-19 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday, 15 September 2017 17:17:11 EEST Sakari Ailus wrote: > Register the sub-device before calling the notifier's bound callback. > Doing this the other way around is problematic as the struct v4l2_device > has not assigned for the sub-device yet and may b

[PATCH v13 12/25] v4l: async: Register sub-devices before calling bound callback

2017-09-15 Thread Sakari Ailus
Register the sub-device before calling the notifier's bound callback. Doing this the other way around is problematic as the struct v4l2_device has not assigned for the sub-device yet and may be required by the bound callback. Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil --- drivers/media/