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

Commit ca3b5f6d authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar
Browse files

pmic-voter: Add the votable name in debugfs



Add the votable name in the first line of the debug output. This helps
in understanding which voter the output is for.

Change-Id: I7c3d321f9f062037d85efba437a3fc1012b64d4b
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent 46aa49c1
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]) {