Re: [PATCH v16 04/32] v4l: async: Fix notifier complete callback error handling

2017-10-27 Thread Sebastian Reichel
Hi, On Thu, Oct 26, 2017 at 10:53:14AM +0300, Sakari Ailus wrote: > The notifier complete callback may return an error. This error code was > simply returned to the caller but never handled properly. > > Move calling the complete callback function to the caller from > v4l2_async_test_notify and u

Re: [PATCH v16 04/32] v4l: async: Fix notifier complete callback error handling

2017-10-26 Thread Niklas Söderlund
Hi Sakari, On 2017-10-26 10:53:14 +0300, Sakari Ailus wrote: > The notifier complete callback may return an error. This error code was > simply returned to the caller but never handled properly. > > Move calling the complete callback function to the caller from > v4l2_async_test_notify and undo t