Message ID | alpine.DEB.2.20.1801201909330.2635@hadrien (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Julia Lawall <julia.lawall@lip6.fr> writes: > From: Fengguang Wu <fengguang.wu@intel.com> > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci Looks like you've grabbed the wrong driver in the subject prefix for these, might want to resend with those fixed to get the attention of the various maintainers :)
--- a/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c @@ -769,7 +769,7 @@ static int msm_hdmi_hdcp_auth_part1_key_ if (rc) { pr_err("%s: wait key and an ready failed\n", __func__); return rc; - }; + } /* Read BCAPS and send to HDCP engine */ rc = msm_hdmi_hdcp_recv_bcaps(hdcp_ctrl);