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

Commit 00178c91 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: aoa: Fix of-node refcount unbalance



We forgot to unreference a node obtained via of_find_node_by_name()
after its usage.

Reviewed-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 31d2350d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ static struct device_node *get_gpio(char *name,
			if (altname && (strcmp(audio_gpio, altname) == 0))
				break;
		}
		of_node_put(gpio);
		/* still not found, assume not there */
		if (!np)
			return NULL;