Messages in this thread |  | | | Date | Fri, 14 Sep 2012 18:00:02 +0400 | | From | Sergei Shtylyov <> | | Subject | Re: [PATCH] davinci: vpif: capture/display: fix race condition |
| |
Hello.
On 09/14/2012 05:53 PM, Prabhakar Lad wrote:
> From: Lad, Prabhakar <prabhakar.lad@ti.com>
> channel_first_int[][] variable is used as a flag for the ISR, > This flag was being set after enabling the interrupts, There > where suitaions when the isr ocuurend even before the flag was set
s/suitaions/situations/, s/ocuurend/occured/
> dues to which it was causing the applicaiotn hang.
Application.
> This patch sets channel_first_int[][] flag just before enabling the > interrupt.
> Reported-by: David Oleszkiewicz <doleszki@adsyscontrols.com> > Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com> > Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> > Cc: Hans Verkuil <hans.verkuil@cisco.com>
WBR, Sergei
|  |