Re: [PATCH v2 0/2] drm/meson: Fix refcount leak

2022-06-07 Thread Neil Armstrong
Hi, On Wed, 1 Jun 2022 07:39:25 +0400, Miaoqian Lin wrote: > The following patchset fix two refcount leak bugs. > The cause of the bugs are missing of_node_put() > after of_graph_get_remote_node(). > > changes in v2: > - patch#2:Fixed patch in meson_encoder_hdmi_init, call of_node_put() >

[PATCH v2 0/2] drm/meson: Fix refcount leak

2022-05-31 Thread Miaoqian Lin
The following patchset fix two refcount leak bugs. The cause of the bugs are missing of_node_put() after of_graph_get_remote_node(). changes in v2: - patch#2:Fixed patch in meson_encoder_hdmi_init, call of_node_put() after of_find_device_by_node() and error paths before that. noted by