Hi David,

This is remaining missing of_node_put issue fix for gpu/drm drivers, the
other fixes I sent yesterday. I think it may be easier for reviewing
using patch set for similar issue, thanks.

Peter Chen (7):
  gpu: drm: rockchip_drm_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_compositor: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vdo: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_hqvdp: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sti_vtg: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: sun4i_drv: add missing of_node_put after calling
    of_parse_phandle
  gpu: drm: vc4_hdmi: add missing of_node_put after calling
    of_parse_phandle

 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  1 +
 drivers/gpu/drm/sti/sti_compositor.c        |  2 ++
 drivers/gpu/drm/sti/sti_dvo.c               |  1 +
 drivers/gpu/drm/sti/sti_hqvdp.c             |  1 +
 drivers/gpu/drm/sti/sti_vtg.c               |  1 +
 drivers/gpu/drm/sun4i/sun4i_drv.c           |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c              | 13 +++++++------
 7 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.9.1

Reply via email to