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

Commit 38c33759 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: Unlock correct mutex in AD setup"

parents a1c4441d 1e0bd63c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3230,9 +3230,8 @@ static int mdss_mdp_ad_setup(struct msm_fb_data_type *mfd)
				bl = ad->bl_lin[bl >> ad->bl_bright_shift];
				bl = bl << ad->bl_bright_shift;
			}
			mutex_unlock(&bl_mfd->bl_lock);
		}
		mutex_unlock(&mfd->bl_lock);
		mutex_unlock(&bl_mfd->bl_lock);
		pp_ad_input_write(ad, bl);
	}