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

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

Merge "mdss: mdp: Check for null pointer before access"

parents 3efc1c54 47cdaad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1140,7 +1140,7 @@ static void __dump_mixer(struct seq_file *s, struct mdss_mdp_mixer *mixer,
	struct mdss_mdp_pipe *pipe;
	int i, cnt = 0;

	if (!mixer)
	if (!mixer || !mfd)
		return;

	seq_printf(s, "\n%s Mixer #%d  res=%dx%d roi[%d, %d, %d, %d] %s\n",