Browse Source

qcacmn: Remove qdf_assert from hnc_link_clusters

Remove qdf_assert from hnc_link_clusters as it already
has required debug log.

Change-Id: Id11eb10ad7164ff5347260d3933d633242a8ddd1
CRs-Fixed: 2281122
Rajeev Kumar 6 years ago
parent
commit
b2c14c4f0d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hif/src/hif_napi.c

+ 0 - 1
hif/src/hif_napi.c

@@ -1142,7 +1142,6 @@ static int hnc_link_clusters(struct qca_napi_data *napid)
 				   i, cl);
 			if ((cl < HNC_MIN_CLUSTER) || (cl > HNC_MAX_CLUSTER)) {
 				NAPI_DEBUG("Bad cluster (%d). SKIPPED\n", cl);
-				QDF_ASSERT(0);
 				/* continue if ASSERTs are disabled */
 				continue;
 			};