drm: of: Fix double-free bug
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 23 Jul 2020 11:10:54 +0000 (12:10 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 26 Jul 2020 16:04:06 +0000 (18:04 +0200)
commit4ee48cc5586bf519df19894273002aa8ef7b70ad
tree7df7f5c36aa48ced5c9c2b5716d20b25aa6ae9f6
parentf3f90c6db188d437add55aaffadd5ad5bcb8cda6
drm: of: Fix double-free bug

Fix double-free bug in the error path.

Fixes: 6529007522de ("drm: of: Add drm_of_lvds_get_dual_link_pixel_order")
Reported-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: stable@vger.kernel.org
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1595502654-40595-1-git-send-email-biju.das.jz@bp.renesas.com
drivers/gpu/drm/drm_of.c