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

Commit 98027bf9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "task_profiles.json: Fix uclamp attribute" am: 44da3704 am: 16dbe5de am: cccc5914

Change-Id: I2630dee125931200837bf466dd04c383024f8d68
parents eabfab94 cccc5914
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
    }
  ],