summaryrefslogtreecommitdiff
path: root/core/utils/logging
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils/logging')
-rw-r--r--core/utils/logging/src/wlan_logging_sock_svc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/utils/logging/src/wlan_logging_sock_svc.c b/core/utils/logging/src/wlan_logging_sock_svc.c
index cdc6e9860ac4..4be3e1dff3f3 100644
--- a/core/utils/logging/src/wlan_logging_sock_svc.c
+++ b/core/utils/logging/src/wlan_logging_sock_svc.c
@@ -745,10 +745,6 @@ static int send_filled_buffers_to_user(void)
if (ret < 0 && (!(gwlan_logging.drop_count % 0x40))) {
pr_err("%s: Send Failed %d drop_count = %u\n",
__func__, ret, ++gwlan_logging.drop_count);
- skb = NULL;
- } else {
- skb = NULL;
- ret = 0;
}
}