File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ int dp_link_process_request(struct dp_link *dp_link)
1090
1090
} else if (dp_link_read_psr_error_status (link )) {
1091
1091
DRM_ERROR ("PSR IRQ_HPD received\n" );
1092
1092
} else if (dp_link_psr_capability_changed (link )) {
1093
- drm_dbg_dp (link -> drm_dev , "PSR Capability changed" );
1093
+ drm_dbg_dp (link -> drm_dev , "PSR Capability changed\n " );
1094
1094
} else {
1095
1095
ret = dp_link_process_link_status_update (link );
1096
1096
if (!ret ) {
@@ -1107,7 +1107,7 @@ int dp_link_process_request(struct dp_link *dp_link)
1107
1107
}
1108
1108
}
1109
1109
1110
- drm_dbg_dp (link -> drm_dev , "sink request=%#x" ,
1110
+ drm_dbg_dp (link -> drm_dev , "sink request=%#x\n " ,
1111
1111
dp_link -> sink_request );
1112
1112
return ret ;
1113
1113
}
You can’t perform that action at this time.
0 commit comments