Re: [PATCH] DSPBRIDGE: Fix error handling in NODE_GetUUIDProps

2009-03-23 Thread Seth Forshee
On Mon, Mar 23, 2009 at 09:38:47AM -0500, Seth Forshee wrote: > On Mon, Mar 23, 2009 at 03:15:07PM +0200, Ameya Palande wrote: > > From: Seth Forshee > > > > The error handling is ineffective and can lead to an oops. > > > > Acked-by: Ameya Palande > > Signed-off-by: Seth Forshee > > Ah, hadn

Re: [PATCH] DSPBRIDGE: Fix error handling in NODE_GetUUIDProps

2009-03-23 Thread Seth Forshee
On Mon, Mar 23, 2009 at 03:15:07PM +0200, Ameya Palande wrote: > From: Seth Forshee > > The error handling is ineffective and can lead to an oops. > > Acked-by: Ameya Palande > Signed-off-by: Seth Forshee Ah, hadn't seen this one yet when I sent my previous reply. Thanks. Seth -- To unsubsc

[PATCH] DSPBRIDGE: Fix error handling in NODE_GetUUIDProps

2009-03-23 Thread Ameya Palande
From: Seth Forshee The error handling is ineffective and can lead to an oops. Acked-by: Ameya Palande Signed-off-by: Seth Forshee --- drivers/dsp/bridge/rmgr/node.c | 26 -- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/node