Skip to content
Commit 5e2c9465 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ppc: Fix of-node refcount unbalance



We forgot to unreference the node when aborting from the loop of
for_each_child_of_node() in snd_pmac_tumbler_init().  This leads to
unbalanced node refcount.  Fix it by adding the missing of_node_put()
call.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 00178c91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment