mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
ac97_of_get_child_device() take the refcount of the node explicitly
via of_node_get(), but this leads to an unbalance. The
for_each_child_of_node() loop itself takes the refcount for each
iteration node, hence you don't need to take the extra refcount
again.
Fixes:
|
||
|---|---|---|
| .. | ||
| ac97_core.h | ||
| bus.c | ||
| codec.c | ||
| Kconfig | ||
| Makefile | ||
| snd_ac97_compat.c | ||