commit | 4e92b4f63472bd0f4a4a61ce0df71b5f6f0a77b9 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@quicinc.com> | Fri Jun 02 21:45:23 2017 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jun 02 21:45:23 2017 -0700 |
tree | 2337f337d4650b6aa2fb969a1a101b3435108270 | |
parent | c7133d56494b48283cdd4a8a4f197fb4dde038ba [diff] | |
parent | 4a58b031a4dac194ad92ac3648840dded8bbc649 [diff] |
Merge "[qca-nss-drv] Check if NSS is initialized before trying to send the message"
diff --git a/nss_hal/ipq806x/nss_hal_pvt.c b/nss_hal/ipq806x/nss_hal_pvt.c index 04d71a4..0e061cd 100644 --- a/nss_hal/ipq806x/nss_hal_pvt.c +++ b/nss_hal/ipq806x/nss_hal_pvt.c
@@ -837,9 +837,9 @@ int i, err; /* - * Both ubi core on ipq806x, configure just the core0 + * Both ubi core on ipq806x attach to the same clock, configure just the core0 */ - if (!nss_ctx->id) { + if (nss_ctx->id) { return 0; }