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

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

Merge "scsi: ufs: fix the downdifferntial value for clock scaling"

parents c01ce653 5474a9f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7814,7 +7814,7 @@ start_window:
#if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)
static struct devfreq_simple_ondemand_data ufshcd_ondemand_data = {
	.upthreshold = 35,
	.downdifferential = 5,
	.downdifferential = 30,
	.simple_scaling = 1,
};