drm/tilcdc: panel: Add missing of_node_put
authorEzequiel Garcia <[email protected]>
Tue, 2 Sep 2014 12:51:16 +0000 (09:51 -0300)
committerDave Airlie <[email protected]>
Wed, 17 Sep 2014 00:54:47 +0000 (10:54 +1000)
commit9430dfa67d7609b2d6c1ba1ce609c4db192fd78e
tree2ea0c7be2941aaf2658e98b80984925dac57f6f8
parentb478e336b3e75505707a11e78ef8b964ef0a03af
drm/tilcdc: panel: Add missing of_node_put

This commit adds the missing calls to of_node_put to release the node
that's currently held by the of_get_child_by_name() call in the panel
info parsing code.

Tested-by: Darren Etheridge <[email protected]>
Tested-by: Johannes Pointner <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/tilcdc/tilcdc_panel.c