Skip to content

Commit c0bcdd7

Browse files
committed
fixup! drm: apple: Add DPTX support
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 060477d commit c0bcdd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/apple

drivers/gpu/drm/apple/dcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ int dcp_wait_ready(struct platform_device *pdev, u64 timeout)
588588
if (dcp->crashed)
589589
return -ENODEV;
590590
if (dcp->active)
591-
return dcp_enable_dp2hdmi_hpd(dcp);;
591+
return dcp_enable_dp2hdmi_hpd(dcp);
592592
if (timeout <= 0)
593593
return -ETIMEDOUT;
594594

0 commit comments

Comments
 (0)