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)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 22 Sep 2018 09:19:51 +0000 (10:19 +0100)
commitd3fa21c73c391975488818b085b894c2980ea052
treec18d54afb624fa7b6f8ac7c07fef76eb237d5df8
parente2540da86ef83ed90e3c13e02c52991c515b12e5
iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()

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>
drivers/iio/adc/fsl-imx25-gcq.c