Signed-off-by: Ameya Palande <[email protected]>
---
 drivers/dsp/bridge/wmd/io_sm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dsp/bridge/wmd/io_sm.c b/drivers/dsp/bridge/wmd/io_sm.c
index d7506f1..09ee2d4 100644
--- a/drivers/dsp/bridge/wmd/io_sm.c
+++ b/drivers/dsp/bridge/wmd/io_sm.c
@@ -770,7 +770,7 @@ func_cont:
                         (u8 *)hIOMgr->pMsgOutput);
                DBG_Trace(DBG_LEVEL7, "** (proc) MAX MSGS IN SHARED MEMORY: "
                         "0x%x\n", hMsgMgr->uMaxMsgs);
-               memzero((void *) hIOMgr->pSharedMem, sizeof(struct SHM));
+               memset((void *) hIOMgr->pSharedMem, 0, sizeof(struct SHM));
        }
 #ifndef DSP_TRACEBUF_DISABLED
        if (DSP_SUCCEEDED(status)) {
-- 
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to