Commit b2e8539e authored by Simon Que's avatar Simon Que Committed by Hari Kanigeri

SYSLINK:ipc-gatepeterson open shared address fix

This patch fixes the shared address issue. shared
address value wasn't set to correct value in all
the cases.
Signed-off-by: default avatarSimon Que <sque@ti.com>
parent b75182b0
......@@ -566,7 +566,8 @@ int gatepeterson_open(void **gphandle,
if (params->shared_addr == NULL)
goto noentry_fail;
}
}
} else
sharedaddr = params->shared_addr;
if (unlikely(((struct gatepeterson_attrs *)sharedaddr)->status !=
GATEPETERSON_CREATED)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment