|
@@ -278,7 +278,7 @@ static int imx_drm_bind(struct device *dev)
|
|
|
/* Now try and bind all our sub-components */
|
|
|
ret = component_bind_all(dev, drm);
|
|
|
if (ret)
|
|
|
- goto err_vblank;
|
|
|
+ goto err_kms;
|
|
|
|
|
|
drm_mode_config_reset(drm);
|
|
|
|
|
@@ -316,8 +316,6 @@ err_fbhelper:
|
|
|
err_unbind:
|
|
|
#endif
|
|
|
component_unbind_all(drm->dev, drm);
|
|
|
-err_vblank:
|
|
|
- drm_vblank_cleanup(drm);
|
|
|
err_kms:
|
|
|
drm_mode_config_cleanup(drm);
|
|
|
err_unref:
|