Remove attribute group name prefix

This commit is contained in:
Christoffer Sandberg 2022-11-21 17:00:04 +01:00
parent 97ddaed782
commit 362e16e703
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D

View file

@ -953,7 +953,7 @@ static struct attribute *uw_charging_profile_attrs_list[] = {
};
static struct attribute_group uw_charging_profile_attr_group = {
.name = "uw_charging_profile",
.name = "charging_profile",
.attrs = uw_charging_profile_attrs_list
};
@ -1048,7 +1048,7 @@ static struct attribute *uw_charging_prio_attrs_list[] = {
};
static struct attribute_group uw_charging_prio_attr_group = {
.name = "uw_charging_priority",
.name = "charging_priority",
.attrs = uw_charging_prio_attrs_list
};