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

Commit 1345c149 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa : Fix KW array index issue on dbg_buff"

parents b53ff71b bdbd0186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ const char *ipa3_hdr_proc_type_name[] = {
};

static struct dentry *dent;
static char dbg_buff[IPA_MAX_MSG_LEN];
static char dbg_buff[IPA_MAX_MSG_LEN + 1];
static char *active_clients_buf;

static s8 ep_reg_idx;