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

Commit afbfe2f6 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 0c64a4fc 1ea53345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,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;