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

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

Merge "diag: Proper update of non real time mode during mdlog session"

parents d8d7ba26 ab8fa64f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1899,7 +1899,7 @@ static int diag_switch_logging(struct diag_logging_mode_param_t *param)
		"Switch logging to %d mask:%0x\n", new_mode, peripheral_mask);

	/* Update to take peripheral_mask */
	if (new_mode != DIAG_MEMORY_DEVICE_MODE ||
	if (new_mode != DIAG_MEMORY_DEVICE_MODE &&
		new_mode != DIAG_MULTI_MODE) {
		diag_update_real_time_vote(DIAG_PROC_MEMORY_DEVICE,
					   MODE_REALTIME, ALL_PROC);