[PATCH 2/2] media: stm32-dcmi: fix probe error path & module remove

2020-07-27 Thread Alain Volmat
This commit add missing vb2_queue_release calls with the probe error path and module remove. Missing v4l2_async_notifier_unregister is also added within the probe error path Fixes: 37404f91ef8b ("[media] stm32-dcmi: STM32 DCMI camera interface driver") Signed-off-by: Alain Volmat --- drivers/med

Re: [PATCH 2/2] media: stm32-dcmi: fix probe error path & module remove

2020-08-19 Thread Hans Verkuil
On 28/07/2020 08:37, Alain Volmat wrote: > This commit add missing vb2_queue_release calls with the > probe error path and module remove. No, vb2_queue_release() should not be called. See this series for more information: https://patchwork.linuxtv.org/project/linux-media/cover/20200713113048.115

Re: [PATCH 2/2] media: stm32-dcmi: fix probe error path & module remove

2020-07-28 Thread Hugues FRUCHET
Reviewed-by: Hugues Fruchet On 7/28/20 8:37 AM, Alain Volmat wrote: > This commit add missing vb2_queue_release calls with the > probe error path and module remove. > Missing v4l2_async_notifier_unregister is also added within > the probe error path > > Fixes: 37404f91ef8b ("[media] stm32-dcmi: