Files
linux/drivers/gpu/drm
Stefan Mavrodiev a128928262 drm/sun4i: hdmi: Remove duplicate cleanup calls
commit 57177d214e upstream.

When the HDMI unbinds drm_connector_cleanup() and drm_encoder_cleanup()
are called. This also happens when the connector and the encoder are
destroyed. This double call triggers a NULL pointer exception.

The patch fixes this by removing the cleanup calls in the unbind
function.

Cc: <stable@vger.kernel.org>
Fixes: 9c5681011a ("drm/sun4i: Add HDMI support")
Signed-off-by: Stefan Mavrodiev <stefan@olimex.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20191217124632.20820-1-stefan@olimex.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-09 10:18:59 +01:00
..
2019-12-13 08:52:44 +01:00
2019-12-13 08:52:44 +01:00
2019-08-29 08:28:40 +02:00
2019-10-29 09:19:54 +01:00
2019-04-05 22:33:12 +02:00
2018-07-16 10:01:19 -04:00
2018-07-13 18:40:28 +02:00
2018-12-13 09:16:21 +01:00