Commit 45fdfdb6 authored by Yangtao Li's avatar Yangtao Li Committed by Eric Anholt

drm/pl111: add of_node_put()

of_find_node_by_path() acquires a reference to the node returned by it
and that reference needs to be dropped by its caller.
Signed-off-by: default avatarYangtao Li <tiny.windzz@gmail.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20181121131723.22431-1-tiny.windzz@gmail.com
parent 08f73d66
...@@ -55,6 +55,8 @@ int pl111_vexpress_clcd_init(struct device *dev, ...@@ -55,6 +55,8 @@ int pl111_vexpress_clcd_init(struct device *dev,
} }
} }
of_node_put(root);
/* /*
* If there is a coretile HDLCD and it has a driver, * If there is a coretile HDLCD and it has a driver,
* do not mux the CLCD on the motherboard to the DVI. * do not mux the CLCD on the motherboard to the DVI.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment