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

Commit e30623db authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom: qnovo: fix the enable reporting"

parents a49eaec2 c0dd5a0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -630,6 +630,7 @@ static ssize_t enable_show(struct class *c, struct class_attribute *attr,
	int val;

	val = get_client_vote(chip->disable_votable, USER_VOTER);
	val = !val;
	return snprintf(ubuf, PAGE_SIZE, "%d\n", val);
}