0b1e1eb762
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:
|
||
---|---|---|
.. | ||
atmel_hlcdc_crtc.c | ||
atmel_hlcdc_dc.c | ||
atmel_hlcdc_dc.h | ||
atmel_hlcdc_layer.c | ||
atmel_hlcdc_layer.h | ||
atmel_hlcdc_output.c | ||
atmel_hlcdc_plane.c | ||
Kconfig | ||
Makefile |