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

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

Merge "diag: Continue through the loop if condition fails for a proc"

parents 8388a5aa 885d6b86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1968,7 +1968,7 @@ static int diag_switch_logging(struct diag_logging_mode_param_t *param)
				DIAG_LOG(DIAG_DEBUG_USERSPACE,
					 "not switching modes c: %d n: %d\n",
					curr_mode, new_mode);
				return 0;
				continue;
			}

			diag_ws_reset(DIAG_WS_MUX);