Re: [PATCH 1/1] v4l: async: Fix notifier complete callback error handling

2017-10-02 Thread Fabio Estevam
Hi Russell, On Mon, Oct 2, 2017 at 7:12 PM, Russell King - ARM Linux wrote: >> http://www.spinics.net/lists/linux-media/msg122689.html> > > Any chance of sending me that patch so I can test this patch? I'd > rather not manually de-html-ise the above patch. You can get it from https://patchwork

Re: [PATCH 1/1] v4l: async: Fix notifier complete callback error handling

2017-10-02 Thread Russell King - ARM Linux
On Mon, Oct 02, 2017 at 02:28:46PM +0300, Sakari Ailus wrote: > On Mon, Oct 02, 2017 at 01:59:54PM +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

Re: [PATCH 1/1] v4l: async: Fix notifier complete callback error handling

2017-10-02 Thread Sakari Ailus
On Mon, Oct 02, 2017 at 01:59:54PM +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