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

Commit 80c6f68d authored by Jordan Crouse's avatar Jordan Crouse
Browse files

ipa: Fix compiler warning



 drivers/platform/msm/ipa/ipa_v3/ipa_debugfs.c:1560:12: error: iteration 39
   invokes undefined behavior [-Werror=aggressive-loop-optimizations]

Fixes: 859783a1 ("msm: ipa: Add snapshot of IPA driver")
Change-Id: Ic0dedbad6812da190555e500ca36669ec1293f49
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 4d2be03b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ struct ipa3_debugfs_file {
};


const char *ipa3_event_name[] = {
const char *ipa3_event_name[IPA_EVENT_MAX_NUM] = {
	__stringify(WLAN_CLIENT_CONNECT),
	__stringify(WLAN_CLIENT_DISCONNECT),
	__stringify(WLAN_CLIENT_POWER_SAVE_MODE),