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

Commit 43b7c183 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: Fix invalid dma attachment during fb shutdown"

parents b52e12ce 2dae94b8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2102,6 +2102,10 @@ err_put:
	dma_buf_put(mfd->fbmem_buf);
fb_mmap_failed:
	ion_free(mfd->fb_ion_client, mfd->fb_ion_handle);
	mfd->fb_attachment = NULL;
	mfd->fb_table = NULL;
	mfd->fb_ion_handle = NULL;
	mfd->fbmem_buf = NULL;
	return rc;
}