drm/msm/hdmi: fix semicolon.cocci warnings
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@ -769,7 +769,7 @@ static int msm_hdmi_hdcp_auth_part1_key_exchange(struct hdmi_hdcp_ctrl *hdcp_ctr
|
|||||||
if (rc) {
|
if (rc) {
|
||||||
pr_err("%s: wait key and an ready failed\n", __func__);
|
pr_err("%s: wait key and an ready failed\n", __func__);
|
||||||
return rc;
|
return rc;
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Read BCAPS and send to HDCP engine */
|
/* Read BCAPS and send to HDCP engine */
|
||||||
rc = msm_hdmi_hdcp_recv_bcaps(hdcp_ctrl);
|
rc = msm_hdmi_hdcp_recv_bcaps(hdcp_ctrl);
|
||||||
|
Reference in New Issue
Block a user