Loading drivers/gpu/drm/drm_dp_mst_topology.c +1 −0 Original line number Diff line number Diff line Loading @@ -439,6 +439,7 @@ static bool drm_dp_sideband_parse_remote_dpcd_read(struct drm_dp_sideband_msg_rx if (idx > raw->curlen) goto fail_len; repmsg->u.remote_dpcd_read_ack.num_bytes = raw->msg[idx]; idx++; if (idx > raw->curlen) goto fail_len; Loading Loading
drivers/gpu/drm/drm_dp_mst_topology.c +1 −0 Original line number Diff line number Diff line Loading @@ -439,6 +439,7 @@ static bool drm_dp_sideband_parse_remote_dpcd_read(struct drm_dp_sideband_msg_rx if (idx > raw->curlen) goto fail_len; repmsg->u.remote_dpcd_read_ack.num_bytes = raw->msg[idx]; idx++; if (idx > raw->curlen) goto fail_len; Loading