commit | 92caf9bede544d4f26c183bf7e5b390b5d80a66e | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri Feb 17 11:13:24 2017 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Mar 07 22:15:14 2017 +0100 |
tree | bce658ee93140266068bb3d8f179e905269eb533 | |
parent | ca39b449f6d03e8235969f12f5dd25b8eb4304d6 [diff] |
drm/sun4i: Move drm_mode_config_cleanup call to main driver drm_mode_config_cleanup is the complement of drm_mode_config_init, which is called in the bind function of sun4i_drv. drm_mode_config_cleanup should be put in the unbind function to match. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>