qcacmn: change qdf_assert_alway to qdf_assert in rx path

change qdf_assert_alway to qdf_assert in rx path

Change-Id: Id9ac6b69b693c3194972cdb61265f867c2267679
CRs-Fixed: 2432396
This commit is contained in:
Tallapragada Kalyan
2019-04-10 14:10:09 +05:30
committed by nshrivas
parent 58e7c5e121
commit 12a6840949

View File

@@ -1708,7 +1708,7 @@ done:
QDF_TRACE_LEVEL_INFO);
tid_stats->fail_cnt[MSDU_DONE_FAILURE]++;
qdf_nbuf_free(nbuf);
qdf_assert_always(0);
qdf_assert(0);
nbuf = next;
continue;
}