[Resend: Patch] DSPBRIDGE: Remove conditional check from the InputMsg function

2010-02-12 Thread Hebbar, Shivananda
From: Shivananda Hebbar This patch removes conditional check for uMaxMsgs for the below reasons. 1)1st conditional check. MPU Bridge stops processing messages from DSP, if uMaxMsgs (currently 8) are sent in one shot. The check (>=) will make it to return from function without processing any mes

RE: [PATCH] DSPBRIDGE: Remove conditional check from the InputMsg function

2010-02-01 Thread Ameya Palande
Doyu Hiroshi (Nokia-D/Helsinki); Contreras Felipe (Nokia-> > > >D/Helsinki); Menon, Nishanth; Hebbar, Shivananda > >Subject: Re: [PATCH] DSPBRIDGE: Remove conditional check from the InputMsg > >>function > > >Hi Shivananda, > > On Wed, 2010-01-27

RE: [PATCH] DSPBRIDGE: Remove conditional check from the InputMsg function

2010-01-27 Thread Hebbar, Shivananda
Shivananda >Subject: Re: [PATCH] DSPBRIDGE: Remove conditional check from the InputMsg >>function >Hi Shivananda, On Wed, 2010-01-27 at 02:44 +0100, ext Omar Ramirez Luna wrote: > From: Shivananda Hebbar > > This patch removes the conditional check which can result in &g

Re: [PATCH] DSPBRIDGE: Remove conditional check from the InputMsg function

2010-01-27 Thread Ameya Palande
Hi Shivananda, On Wed, 2010-01-27 at 02:44 +0100, ext Omar Ramirez Luna wrote: > From: Shivananda Hebbar > > This patch removes the conditional check which can result in > message skip. > > Discovered-by: Bhavin Shah > Signed-off-by: Shivananda Hebbar > --- > drivers/dsp/bridge/wmd/io_sm.c |

[PATCH] DSPBRIDGE: Remove conditional check from the InputMsg function

2010-01-26 Thread Omar Ramirez Luna
From: Shivananda Hebbar This patch removes the conditional check which can result in message skip. Discovered-by: Bhavin Shah Signed-off-by: Shivananda Hebbar --- drivers/dsp/bridge/wmd/io_sm.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/dsp/bridge/wmd