diff options
| -rw-r--r-- | core/cds/src/cds_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cds/src/cds_sched.c b/core/cds/src/cds_sched.c index 3f9cbeb6c44b..89a5588d49ee 100644 --- a/core/cds/src/cds_sched.c +++ b/core/cds/src/cds_sched.c @@ -1712,7 +1712,7 @@ bool cds_wait_for_external_threads_completion(const char *caller_func) "%s: Waiting for %d active entry points to exit", __func__, r); msleep(SSR_WAIT_SLEEP_TIME); - if (count == (MAX_SSR_WAIT_ITERATIONS/2)) { + if (count & 0x1) { QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_ERROR, "%s: in middle of waiting for active entry points:", |
