From: Phil Carmody <[email protected]>

Not that it can fail, and not that we actually do anything if it
does the impossible. But at least we now remember the state.

Signed-off-by: Phil Carmody <[email protected]>
Signed-off-by: Hiroshi DOYU <[email protected]>
---
 drivers/dsp/bridge/gen/gs.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/dsp/bridge/gen/gs.c b/drivers/dsp/bridge/gen/gs.c
index ef5f923..71298b4 100644
--- a/drivers/dsp/bridge/gen/gs.c
+++ b/drivers/dsp/bridge/gen/gs.c
@@ -101,8 +101,6 @@ void GS_init(void)
        static bool curInit;
 
        if (curInit == false) {
-               curInit = true;
-
-               MEM_Init();
+               curInit = MEM_Init(); /* which can't fail currently. */
        }
 }
-- 
1.6.0.4

--
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