From 499b2deb3be405e1f2bf4dd92f878d7950604da6 Mon Sep 17 00:00:00 2001 From: Amit Mehta Date: Thu, 22 Sep 2022 12:00:50 +0530 Subject: [PATCH] qcacmn: Fix uninitialized scalar variable issue Fix uninitialized scalar variable issue Change-Id: I96163a9163fd4b25a3ce534915353675f582f0c9 CRs-Fixed: 3297589 --- dp/wifi3.0/dp_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/wifi3.0/dp_internal.h b/dp/wifi3.0/dp_internal.h index 2b8590071b..175b146203 100644 --- a/dp/wifi3.0/dp_internal.h +++ b/dp/wifi3.0/dp_internal.h @@ -2751,7 +2751,7 @@ dp_hif_update_pipe_callback(struct dp_soc *dp_soc, QDF_STATUS (*callback)(void *, qdf_nbuf_t, uint8_t), uint8_t pipe_id) { - struct hif_msg_callbacks hif_pipe_callbacks; + struct hif_msg_callbacks hif_pipe_callbacks = { 0 }; /* TODO: Temporary change to bypass HTC connection for this new * HIF pipe, which will be used for packet log and other high-