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

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

Merge "pmic-voter: Add the votable name in debugfs"

parents 9b370b39 ca3b5f6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -421,6 +421,7 @@ static int show_votable_clients(struct seq_file *m, void *data)

	lock_votable(votable);

	seq_printf(m, "%s:\n", votable->name);
	seq_puts(m, "Clients:\n");
	for (i = 0; i < votable->num_clients; i++) {
		if (votable->client_strs[i]) {