|
@@ -1823,7 +1823,7 @@ static int drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req
|
|
{
|
|
{
|
|
struct drm_dp_sideband_msg_reply_body reply;
|
|
struct drm_dp_sideband_msg_reply_body reply;
|
|
|
|
|
|
- reply.reply_type = 1;
|
|
|
|
|
|
+ reply.reply_type = 0;
|
|
reply.req_type = req_type;
|
|
reply.req_type = req_type;
|
|
drm_dp_encode_sideband_reply(&reply, msg);
|
|
drm_dp_encode_sideband_reply(&reply, msg);
|
|
return 0;
|
|
return 0;
|