Merge "disp: msm: sde: use wr_ptr interrupt instead of ctl_start"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

當前提交
9c05197ef9
@@ -1154,7 +1154,7 @@ static int _sde_connector_set_ext_hdr_info(
|
||||
|
||||
/* verify 1st header byte, programmed in DP Infoframe SDP header */
|
||||
if (payload_size < 1 || (payload[0] != HDR10_PLUS_VSIF_TYPE_CODE)) {
|
||||
SDE_ERROR_CONN(c_conn, "invalid payload detected, size: %d\n",
|
||||
SDE_ERROR_CONN(c_conn, "invalid payload detected, size: %zd\n",
|
||||
payload_size);
|
||||
rc = -EINVAL;
|
||||
goto end;
|
||||
|
Reference in New Issue
Block a user