Merge "task_profiles.json: Fix uclamp attribute"

This commit is contained in:
Treehugger Robot 2020-02-04 17:50:11 +00:00 committed by Gerrit Code Review
commit 44da3704f7

View file

@ -43,12 +43,12 @@
{
"Name": "UClampMin",
"Controller": "cpu",
"File": "cpu.util.min"
"File": "cpu.uclamp.min"
},
{
"Name": "UClampMax",
"Controller": "cpu",
"File": "cpu.util.max"
"File": "cpu.uclamp.max"
}
],