commit | 99e5a8df8b3627239ecef09547931a81618d0851 | [log] [tgz] |
---|---|---|
author | wen yang <yellowriver2010@hotmail.com> | Tue Feb 05 05:07:26 2019 +0000 |
committer | Kevin Hilman <khilman@baylibre.com> | Wed Feb 06 20:03:02 2019 -0800 |
tree | c983bb28224130d6fe49e59c84a6d8e291f872a2 | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c [diff] |
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>