Re: [PATCH] DSPBRIDGE: MEM_VFree() cleanup

2010-02-02 Thread Ameya Palande
On Mon, 2010-02-01 at 21:00 +0100, ext Menon, Nishanth wrote: Ameya Palande said the following on 02/01/2010 07:56 PM: Since vfree() checks for null pointer, there is no need to check is again in MEM_VFree(). This patch also reorganizes the function to make it more readable.

[PATCH] DSPBRIDGE: MEM_VFree() cleanup

2010-02-01 Thread Ameya Palande
Since vfree() checks for null pointer, there is no need to check is again in MEM_VFree(). This patch also reorganizes the function to make it more readable. Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- drivers/dsp/bridge/services/mem.c | 42 +++-- 1

Re: [PATCH] DSPBRIDGE: MEM_VFree() cleanup

2010-02-01 Thread Menon, Nishanth
Ameya Palande said the following on 02/01/2010 07:56 PM: Since vfree() checks for null pointer, there is no need to check is again in MEM_VFree(). This patch also reorganizes the function to make it more readable. Signed-off-by: Ameya Palande ameya.pala...@nokia.com ---