Searched hist:"99 e5a8df8b3627239ecef09547931a81618d0851" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/amlogic/ |
H A D | meson-canvas.c | diff 99e5a8df8b3627239ecef09547931a81618d0851 Tue Feb 05 06:07:26 CET 2019 wen yang <yellowriver2010@hotmail.com> soc: amlogic: add missing of_node_put()
The call to of_parse_phandle returns a node pointer with refcount incremented thus it must be explicitly decremented here after the last usage.
Signed-off-by: Wen Yang <yellowriver2010@hotmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Fixes: d4983983d987 ("soc: amlogic: add meson-canvas driver") Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|