drm/tda998x: update for new drm connector APIs.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2014-08-05 10:34:33 +10:00
parent 8bb652eb38
commit 74cd62ea46
1 changed files with 2 additions and 2 deletions

View File

@ -1498,7 +1498,7 @@ tda998x_connector_detect(struct drm_connector *connector, bool force)
static void tda998x_connector_destroy(struct drm_connector *connector)
{
drm_sysfs_connector_remove(connector);
drm_connector_unregister(connector);
drm_connector_cleanup(connector);
}
@ -1550,7 +1550,7 @@ static int tda998x_bind(struct device *dev, struct device *master, void *data)
if (ret)
goto err_connector;
ret = drm_sysfs_connector_add(&priv->connector);
ret = drm_connector_register(&priv->connector);
if (ret)
goto err_sysfs;