linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] DSPBRIDGE: Only memset() is available in 2.6.29 kernel
@ 2009-03-26 14:39 Ameya Palande
  0 siblings, 0 replies; only message in thread
From: Ameya Palande @ 2009-03-26 14:39 UTC (permalink / raw)
  To: linux-omap

Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-26 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 14:39 [PATCH] DSPBRIDGE: Only memset() is available in 2.6.29 kernel Ameya Palande

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).