Loading drivers/net/wireless/cnss_prealloc/cnss_prealloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -328,9 +328,10 @@ void wcnss_prealloc_check_memory_leak(void) } } #endif #if defined(CONFIG_WCNSS_SKB_PRE_ALLOC) && defined(CONFIG_SLUB_DEBUG) /* Check memory leak for socket buffer pre-alloc memeory pool */ #ifdef CONFIG_WCNSS_SKB_PRE_ALLOC void wcnss_skb_prealloc_check_memory_leak(void) { int i; Loading @@ -354,7 +355,6 @@ void wcnss_skb_prealloc_check_memory_leak(void) #else void wcnss_skb_prealloc_check_memory_leak(void) {} #endif #endif #ifdef CONFIG_WCNSS_SKB_PRE_ALLOC /* Reset socket buffer pre-allock memory pool */ Loading Loading
drivers/net/wireless/cnss_prealloc/cnss_prealloc.c +2 −2 Original line number Diff line number Diff line Loading @@ -328,9 +328,10 @@ void wcnss_prealloc_check_memory_leak(void) } } #endif #if defined(CONFIG_WCNSS_SKB_PRE_ALLOC) && defined(CONFIG_SLUB_DEBUG) /* Check memory leak for socket buffer pre-alloc memeory pool */ #ifdef CONFIG_WCNSS_SKB_PRE_ALLOC void wcnss_skb_prealloc_check_memory_leak(void) { int i; Loading @@ -354,7 +355,6 @@ void wcnss_skb_prealloc_check_memory_leak(void) #else void wcnss_skb_prealloc_check_memory_leak(void) {} #endif #endif #ifdef CONFIG_WCNSS_SKB_PRE_ALLOC /* Reset socket buffer pre-allock memory pool */ Loading