On Thu, May 03, 2018 at 06:40:04PM +0200, Boris Brezillon wrote:
of_node_put(panel) is not called when of_drm_find_panel(panel) returns NULL, thus leaking the reference we hold on panel.
Fixes: 9be7d864cf07 ("drm/tegra: Implement panel support") Cc: stable@vger.kernel.org Signed-off-by: Boris Brezillon boris.brezillon@bootlin.com
drivers/gpu/drm/tegra/output.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
I'm not sure this warrants a backport, it's a very minor reference leak so doesn't really have an impact on system stability or functionality.
Since this patch is unrelated from the rest of the series, do you mind if I pick this up into the drm/tegra tree?
Thierry