commit | 7eff0410276374c560e797e7676b7111fed24a3c | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Tue Sep 06 22:16:27 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Wed Sep 07 15:54:42 2016 +0300 |
tree | c21716fc6218b0863a83742a431ecf1c95d2749d | |
parent | 4e910c7a1860bbc22d06da2f62010ab20a19834f [diff] |
drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload() Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload(). The tilcdc_crtc_disable() called via tilcdc_crtc_destroy() by drm_mode_config_cleanup() couple of lines later. The early call to tilcdc_crtc_disable() was a wrong fix (that worked) for calling drm_flip_work_cleanup() before flushing the flip-work queue. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>