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

Commit caa26bf4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: update microdump collector"

parents 9fab6ce0 074a6568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ static int microdump_modem_notifier_nb(struct notifier_block *nb,
	unsigned int smem_id = 611;
	struct ramdump_segment segment[2];

	if (code == SUBSYS_RAMDUMP_NOTIFICATION) {
	if (SUBSYS_RAMDUMP_NOTIFICATION == code || SUBSYS_SOC_RESET == code) {

		memset(segment, 0, sizeof(segment));