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

Commit 5d208267 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 2929e686 c17aaaee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1815,7 +1815,7 @@ static int diag_switch_logging_proc(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);