Files
linux/drivers
Douglas Anderson 948cf42700 drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
The drm_encoder_cleanup() was missing both from the error path of
dw_hdmi_rockchip_bind().  This caused a crash when slub_debug was
enabled and we ended up deferring probe of HDMI at boot.

This call isn't needed from unbind() because if dw_hdmi_bind() returns
no error then it takes over the job of freeing the encoder (in
dw_hdmi_unbind).

Signed-off-by: Douglas Anderson <dianders@chromium.org>
2016-03-28 14:48:31 +08:00
..
2015-12-29 15:32:24 -05:00
2016-03-14 09:46:02 +10:00
2015-12-21 11:44:00 +09:00
2016-01-12 12:17:28 +01:00
2016-03-14 09:46:02 +10:00
2016-02-23 17:17:20 -08:00
2016-01-22 18:04:28 -05:00
2016-01-20 17:09:18 -08:00
2016-01-03 16:32:59 -08:00
2016-03-14 09:46:02 +10:00
2016-01-12 01:12:40 +01:00
2016-01-20 17:09:18 -08:00
2015-12-12 08:53:21 +01:00
2016-02-26 12:47:32 +02:00
2016-02-28 07:38:52 -07:00
2016-03-14 09:46:02 +10:00