qcacmn: Remove error log for qdf_mem_malloc in hif/htc files

qdf layer already has the error trace

Change-Id: I83441fb5ab2e954f670f2891ecec8fccf5abf9a7
CRs-Fixed: 2376419
This commit is contained in:
Madhvapathi Sriram
2019-01-07 09:17:29 +05:30
committed by nshrivas
parent a702362d34
commit bfb0112412
11 changed files with 27 additions and 52 deletions

View File

@@ -181,7 +181,6 @@ int hif_napi_create(struct hif_opaque_softc *hif_ctx,
napii = qdf_mem_malloc(sizeof(*napii));
napid->napis[i] = napii;
if (!napii) {
NAPI_DEBUG("NAPI alloc failure %d", i);
rc = -ENOMEM;
goto napii_free;
}