Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7534f2e8 authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

msm: ipa: fix compiler warning



Newly added immediate commands could cause out of bounds
array access in debugfs logic. This change fixes that bug.

Change-Id: I4e907c55e70bdc7b191b56c1652a47ad3a9977f7
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent c936945a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ const char *ipa_ic_name[] = {
	__stringify_1(IPA_NAT_DMA),
	__stringify_1(IPA_IP_PACKET_TAG),
	__stringify_1(IPA_IP_PACKET_INIT),
	__stringify_1(IPA_IP_UNUSED),
	__stringify_1(IPA_IP_UNUSED),
	__stringify_1(IPA_DMA_SHARED_MEM),
};

const char *ipa_excp_name[] = {