File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3236,15 +3236,15 @@ static void mode_status_str(struct seq_file *s, struct device *dev)
3236
3236
3237
3237
gpd_data = to_gpd_data (dev -> power .subsys_data -> domain_data );
3238
3238
3239
- seq_printf (s , "%20s " , gpd_data -> hw_mode ? "HW" : "SW" );
3239
+ seq_printf (s , "%9s " , gpd_data -> hw_mode ? "HW" : "SW" );
3240
3240
}
3241
3241
3242
3242
static void perf_status_str (struct seq_file * s , struct device * dev )
3243
3243
{
3244
3244
struct generic_pm_domain_data * gpd_data ;
3245
3245
3246
3246
gpd_data = to_gpd_data (dev -> power .subsys_data -> domain_data );
3247
- seq_put_decimal_ull (s , "" , gpd_data -> performance_state );
3247
+ seq_printf (s , "%-10u " , gpd_data -> performance_state );
3248
3248
}
3249
3249
3250
3250
static int genpd_summary_one (struct seq_file * s ,
You can’t perform that action at this time.
0 commit comments