From: Phil Carmody <ext-phil.2.carmody@xxxxxxxxx> 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 <ext-phil.2.carmody@xxxxxxxxx> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html