Merge back cpufreq changes for v5.18.

This commit is contained in:
Rafael J. Wysocki
2022-02-28 20:47:57 +01:00
4 changed files with 8 additions and 8 deletions

View File

@@ -539,7 +539,7 @@ ATTRIBUTE_GROUPS(sugov);
static void sugov_tunables_free(struct kobject *kobj)
{
struct gov_attr_set *attr_set = container_of(kobj, struct gov_attr_set, kobj);
struct gov_attr_set *attr_set = to_gov_attr_set(kobj);
kfree(to_sugov_tunables(attr_set));
}