mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
3e2649c5e8
of_get_child_by_name() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
This function is missing of_node_put(cpu) in the error path.
Fix this by goto out label. of_node_put() will check NULL pointer.
Fixes:
|
||
---|---|---|
.. | ||
aries_wm8994.c | ||
arndale.c | ||
bells.c | ||
dma.h | ||
dmaengine.c | ||
h1940_uda1380.c | ||
i2s-regs.h | ||
i2s.c | ||
i2s.h | ||
idma.c | ||
idma.h | ||
jive_wm8750.c | ||
Kconfig | ||
littlemill.c | ||
lowland.c | ||
Makefile | ||
midas_wm1811.c | ||
neo1973_wm8753.c | ||
odroid.c | ||
pcm.c | ||
pcm.h | ||
regs-i2s-v2.h | ||
regs-iis.h | ||
rx1950_uda1380.c | ||
s3c-i2s-v2.c | ||
s3c-i2s-v2.h | ||
s3c24xx-i2s.c | ||
s3c24xx-i2s.h | ||
s3c24xx_simtec.c | ||
s3c24xx_simtec.h | ||
s3c24xx_simtec_hermes.c | ||
s3c24xx_simtec_tlv320aic23.c | ||
s3c24xx_uda134x.c | ||
s3c2412-i2s.c | ||
s3c2412-i2s.h | ||
smartq_wm8987.c | ||
smdk_spdif.c | ||
smdk_wm8580.c | ||
smdk_wm8994.c | ||
smdk_wm8994pcm.c | ||
snow.c | ||
spdif.c | ||
spdif.h | ||
speyside.c | ||
tm2_wm5110.c | ||
tobermory.c |