mdss: removed mdss_mdp_splash_cleanup call

Change-Id: I64f22aaf4b678e1e813e799134168cb279919aa4
This commit is contained in:
xXPR0T0TYPEXx 2020-01-17 15:20:04 +01:00 committed by Francescodario Cuzzocrea
parent 77a319645f
commit 4e996e4cf1
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ static int mdss_mdp_splash_ctl_cb(struct notifier_block *self,
if (!sinfo->frame_done_count) {
mdss_mdp_splash_unmap_splash_mem(mfd);
mdss_mdp_splash_cleanup(mfd, false);
/* wait for 2 frame done events before releasing memory */
} else if (sinfo->frame_done_count > MAX_FRAME_DONE_COUNT_WAIT &&
sinfo->splash_thread) {