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

Commit 144f41f5 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa4: Mhi test case fix



Add offset for even_ring_bufs. Fix a buff offset error with
ipa3_write used in MHI test case. Remove support for
aggr_open tests for IPAv4.0 and greater.

CRs-fixed: 2158591
Change-Id: Ie207dc234787013163a1eecf11c8bde8bf7bcce4
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 33ba9737
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4642,6 +4642,7 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf,
		return -EFAULT;
	}

	if (count > 0)
		dbg_buff[count] = '\0';

	IPADBG("user input string %s\n", dbg_buff);