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

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

Merge "mdss: display: unmap 'fb_addr_va' when the mapping is no longer needed"

parents 7938ce5c 2804adf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -680,8 +680,8 @@ int mdss_mdp_video_copy_splash_screen(struct mdss_panel_data *pdata)
			(unsigned long int)virt, &phys);

	fb_addr_va = (unsigned long *)ioremap(fb_addr, size);

	memcpy(virt, fb_addr_va, size);
	iounmap(fb_addr_va);

	sp = splash_pipes;
	flush = 0;