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)  	drm_encoder_helper_add(&priv->encoder, &tda998x_encoder_helper_funcs);  	ret = drm_encoder_init(drm, &priv->encoder, &tda998x_encoder_funcs, -			       DRM_MODE_ENCODER_TMDS); +			       DRM_MODE_ENCODER_TMDS, NULL);  	if (ret)  		goto err_encoder;  | 
