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

Commit e60e904d 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 786f20f2 e5eb0d3a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2098,6 +2098,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;
}