File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3389,7 +3389,9 @@ int drm_dp_update_payload_part1(struct drm_dp_mst_topology_mgr *mgr)
3389
3389
mutex_unlock (& mgr -> lock );
3390
3390
3391
3391
if (skip ) {
3392
- drm_dbg_kms ("Virtual channel %d is not in current topology\n" , i );
3392
+ drm_dbg_kms (mgr -> dev ,
3393
+ "Virtual channel %d is not in current topology\n" ,
3394
+ i );
3393
3395
continue ;
3394
3396
}
3395
3397
/* Validated ports don't matter if we're releasing
@@ -3404,7 +3406,8 @@ int drm_dp_update_payload_part1(struct drm_dp_mst_topology_mgr *mgr)
3404
3406
payload -> start_slot = req_payload .start_slot ;
3405
3407
continue ;
3406
3408
} else {
3407
- drm_dbg_kms ("Fail:set payload to invalid sink" );
3409
+ drm_dbg_kms (mgr -> dev ,
3410
+ "Fail:set payload to invalid sink" );
3408
3411
mutex_unlock (& mgr -> payload_lock );
3409
3412
return - EINVAL ;
3410
3413
}
You can’t perform that action at this time.
0 commit comments