Skip to content

Commit 8bb0585

Browse files
committed
drm/adihdmi: Pass 'name' to drm_encoder_init()
Signed-off-by: Robert Nelson <[email protected]>
1 parent 89fffc2 commit 8bb0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i2c/adihdmi_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ static int adihdmi_bind(struct device *dev, struct device *master, void *data)
11331133

11341134
drm_encoder_helper_add(&priv->encoder, &adihdmi_encoder_helper_funcs);
11351135
ret = drm_encoder_init(drm, &priv->encoder, &adihdmi_encoder_funcs,
1136-
DRM_MODE_ENCODER_TMDS);
1136+
DRM_MODE_ENCODER_TMDS, NULL);
11371137
if (ret)
11381138
goto err_encoder;
11391139

0 commit comments

Comments
 (0)