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

Commit 76da404a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: battery: restore attribute name 'parallel_pct'"

parents 848831da 85b086cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -218,7 +218,8 @@ static ssize_t slave_pct_store(struct class *c, struct class_attribute *attr,

	return count;
}
static CLASS_ATTR_RW(slave_pct);
static struct class_attribute class_attr_slave_pct =
		__ATTR(parallel_pct, 0644, slave_pct_show, slave_pct_store);

/************************
 * RESTRICTED CHARGIGNG *