[qca-nss-drv] Set not leak to remove meminfo allocation memleak list

Change-Id: Id3e26b458545a8345e90d0b583ee0e9223e0e0c0
Signed-off-by: Cemil Coskun <ccoskun@codeaurora.org>
diff --git a/nss_meminfo.c b/nss_meminfo.c
index 29bc594..ce3cfc7 100644
--- a/nss_meminfo.c
+++ b/nss_meminfo.c
@@ -55,6 +55,7 @@
 	if (!addr)
 		nss_info_always("%p: failed to alloc a sdram block of size %u\n", nss_ctx, size);
 
+	kmemleak_not_leak((void *)addr);
 	return addr;
 }