Commit a58c22cf authored by Miaoqian Lin's avatar Miaoqian Lin Committed by Helge Deller
Browse files

video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of

The device_node pointer is returned by of_parse_phandle()  with refcount
incremented. We should use of_node_put() on it when done.

Fixes: f76ee892

 ("omapfb: copy omapdss & displays for omapfb")
Signed-off-by: default avatarMiaoqian Lin <linmq006@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 4f01d09b
Supports Markdown
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