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

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

Merge "msm: mdss: avoid possible infinite loop on kmalloc failure"

parents 8b24b9db 280aef72
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1394,7 +1394,6 @@ exit:
		ret = -EFAULT;
		kfree(cfg_payload);
		cfg_payload = NULL;
		goto exit;
	}
	pp_info->igc_cfg.cfg_payload = cfg_payload;
	return ret;