RE: [PATCH v2 ] McBSP: Fix the free variable update at remove

2010-11-03 Thread Datta, Shubhrajyoti
> -Original Message- > From: Jarkko Nikula [mailto:jhnik...@gmail.com] > Sent: Wednesday, November 03, 2010 2:58 PM > To: Datta, Shubhrajyoti > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH v2 ] McBSP: Fix the free variable update at remove > > On Tue, 2

Re: [PATCH v2 ] McBSP: Fix the free variable update at remove

2010-11-03 Thread Jarkko Nikula
On Tue, 2 Nov 2010 16:33:34 +0530 shubhrajy...@ti.com wrote: > From: Shubhrajyoti D > > At remove the free variable is wrongly updated.Attempting to solve the same. > > Signed-off-by: Shubhrajyoti D > Reported-by: Vikram Pandita > --- > -[v2] Instead of using 0/1 use true/false > arch/arm/p

RE: [PATCH v2] McBSP: Fix the free variable update at remove.

2010-11-02 Thread Datta, Shubhrajyoti
> -Original Message- > From: Jarkko Nikula [mailto:jhnik...@gmail.com] > Sent: Tuesday, November 02, 2010 4:03 PM > To: Datta, Shubhrajyoti > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH v2] McBSP: Fix the free variable update at remove. > > On Tue, 2

[PATCH v2 ] McBSP: Fix the free variable update at remove

2010-11-02 Thread shubhrajyoti
From: Shubhrajyoti D At remove the free variable is wrongly updated.Attempting to solve the same. Signed-off-by: Shubhrajyoti D Reported-by: Vikram Pandita --- -[v2] Instead of using 0/1 use true/false arch/arm/plat-omap/mcbsp.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions

RE: [PATCH v2] McBSP: Fix the free variable update at remove.

2010-11-02 Thread Varadarajan, Charulatha
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Datta, Shubhrajyoti > Sent: Tuesday, November 02, 2010 3:55 PM > To: linux-omap@vger.kernel.org > Cc: Datta, Shubhrajyoti > Subject: [PATCH v2

Re: [PATCH v2] McBSP: Fix the free variable update at remove.

2010-11-02 Thread Jarkko Nikula
On Tue, 2 Nov 2010 15:54:48 +0530 shubhrajy...@ti.com wrote: > From: Shubhrajyoti D > > At remove the free variable is wrongly updated.Attempting to solve the same. > > Signed-off-by: Shubhrajyoti D > --- > -[v2] Instead of using 0/1 use a macro > > arch/arm/plat-omap/include/plat/mcbsp.h |

[PATCH v2] McBSP: Fix the free variable update at remove.

2010-11-02 Thread shubhrajyoti
From: Shubhrajyoti D At remove the free variable is wrongly updated.Attempting to solve the same. Signed-off-by: Shubhrajyoti D --- -[v2] Instead of using 0/1 use a macro arch/arm/plat-omap/include/plat/mcbsp.h |3 +++ arch/arm/plat-omap/mcbsp.c | 10 +- 2 files cha