Loading drivers/scsi/ufs/ufshcd.c +3 −3 Original line number Diff line number Diff line Loading @@ -408,8 +408,8 @@ static void __ufshcd_shutdown_clkscaling(struct ufs_hba *hba); #if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) static struct devfreq_simple_ondemand_data ufshcd_ondemand_data = { .upthreshold = 35, .downdifferential = 30, .upthreshold = 70, .downdifferential = 65, .simple_scaling = 1, }; Loading @@ -419,7 +419,7 @@ static void *gov_data; #endif static struct devfreq_dev_profile ufs_devfreq_profile = { .polling_ms = 40, .polling_ms = 60, .target = ufshcd_devfreq_target, .get_dev_status = ufshcd_devfreq_get_dev_status, }; Loading Loading
drivers/scsi/ufs/ufshcd.c +3 −3 Original line number Diff line number Diff line Loading @@ -408,8 +408,8 @@ static void __ufshcd_shutdown_clkscaling(struct ufs_hba *hba); #if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) static struct devfreq_simple_ondemand_data ufshcd_ondemand_data = { .upthreshold = 35, .downdifferential = 30, .upthreshold = 70, .downdifferential = 65, .simple_scaling = 1, }; Loading @@ -419,7 +419,7 @@ static void *gov_data; #endif static struct devfreq_dev_profile ufs_devfreq_profile = { .polling_ms = 40, .polling_ms = 60, .target = ufshcd_devfreq_target, .get_dev_status = ufshcd_devfreq_get_dev_status, }; Loading