Re: [PATCH] intel_scu_ipc: move local memory initialization out of a mutex

2015-07-14 Thread Darren Hart
On Mon, Jul 13, 2015 at 04:44:54PM +0200, Christophe JAILLET wrote: > '{ }' and memset will both reset the cbuf buffer. > Only once is enough and this can be done outside fo the mutex. > > Signed-off-by: Christophe JAILLET Queued, thanks Christophe. -- Darren Hart Intel Open Source Technology

[PATCH] intel_scu_ipc: move local memory initialization out of a mutex

2015-07-13 Thread Christophe JAILLET
'{ }' and memset will both reset the cbuf buffer. Only once is enough and this can be done outside fo the mutex. Signed-off-by: Christophe JAILLET --- drivers/platform/x86/intel_scu_ipc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/intel_scu_ipc