alistair23-linux/drivers/gpu/drm/atmel-hlcdc
Boris Brezillon 0b1e1eb762 drm: atmel-hlcdc: Fix OF graph parsing
atmel_hlcdc_create_outputs() iterates over OF graph nodes and releases
the node (using of_node_put()) after each iteration, which is wrong
since for_each_endpoint_of_node() is already taking care of that.

Move the of_node_put() call in the error path.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Fixes: 17a8e03e7e ("drm: atmel-hlcdc: rework the output code to support drm bridges")
2016-06-21 14:15:45 +02:00
..
atmel_hlcdc_crtc.c drm: atmel-hlcdc: fix a NULL check 2016-06-01 15:59:36 +02:00
atmel_hlcdc_dc.c Merge branch 'drm-atmel-hlcdc-devel' of https://github.com/bbrezillon/linux-at91 into drm-next 2016-04-22 09:06:44 +10:00
atmel_hlcdc_dc.h drm: atmel-hlcdc: route DMA accesses through AHB interfaces 2016-04-14 09:17:28 +02:00
atmel_hlcdc_layer.c Linux 4.0-rc3 2015-03-09 19:58:30 +10:00
atmel_hlcdc_layer.h drm: atmel-hlcdc: Atomic mode-setting conversion 2015-02-22 21:00:06 +01:00
atmel_hlcdc_output.c drm: atmel-hlcdc: Fix OF graph parsing 2016-06-21 14:15:45 +02:00
atmel_hlcdc_plane.c drm: atmel-hlcdc: actually disable scaling when no scaling is required 2016-06-21 14:15:11 +02:00
Kconfig drm: atmel-hlcdc: Add dependency on ARM 2015-01-31 10:14:28 +10:00
Makefile