diff options
Diffstat (limited to 'drivers/gpu/drm/i2c/tda998x_drv.c')
-rw-r--r-- | drivers/gpu/drm/i2c/tda998x_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 79cb9208530e..a46248f0c9c3 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++ b/drivers/gpu/drm/i2c/tda998x_drv.c | |||
@@ -1423,7 +1423,7 @@ static int tda998x_bind(struct device *dev, struct device *master, void *data) | |||
1423 | 1423 | ||
1424 | drm_encoder_helper_add(&priv->encoder, &tda998x_encoder_helper_funcs); | 1424 | drm_encoder_helper_add(&priv->encoder, &tda998x_encoder_helper_funcs); |
1425 | ret = drm_encoder_init(drm, &priv->encoder, &tda998x_encoder_funcs, | 1425 | ret = drm_encoder_init(drm, &priv->encoder, &tda998x_encoder_funcs, |
1426 | DRM_MODE_ENCODER_TMDS); | 1426 | DRM_MODE_ENCODER_TMDS, NULL); |
1427 | if (ret) | 1427 | if (ret) |
1428 | goto err_encoder; | 1428 | goto err_encoder; |
1429 | 1429 | ||