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:

committed by
nshrivas

parent
a702362d34
commit
bfb0112412
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user