iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
authorAlexey Khoroshilov <khoroshilov@ispras.ru>
Fri, 21 Sep 2018 21:58:02 +0000 (00:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:16:58 +0000 (11:16 -0800)
commit169a4398c855dcba5afe50a7409a21b5d2ec6438
treeed09165ac69494ea3c9156982ffb7b7a0d7c8607
parente02771de481724daf35cade1a97eb240a465923e
iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()

commit d3fa21c73c391975488818b085b894c2980ea052 upstream.

Leaving for_each_child_of_node loop we should release child device node,
if it is not stored for future use.

Found by Linux Driver Verification project (linuxtesting.org).

JC: I'm not sending this as a quick fix as it's been wrong for years,
but good to pick up for stable after the merge window.

Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Fixes: 6df2e98c3ea56 ("iio: adc: Add imx25-gcq ADC driver")
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/adc/fsl-imx25-gcq.c