Re: [Patch 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Felipe Balbi
On Mon, Jun 29, 2015 at 02:41:53PM -0500, Benoit Parrot wrote: > There was a race condition where during cleanup/release operation > on-going streaming would cause a kernel panic because the hardware > module was disabled prematurely with IRQ still pending. > > Signed-off-by: Benoit Parrot shoul

[Patch 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Benoit Parrot
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Signed-off-by: Benoit Parrot --- drivers/media/platform/am437x/am437x-vpfe.c | 11 +-- 1 file chang