diff options
| author | Anthony Koo <[email protected]> | 2018-04-24 19:21:33 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-05-18 21:08:26 +0000 |
| commit | 66dec27a987bfcd2572bfc7520826b11340d264f (patch) | |
| tree | cc00da553183e915bfeede98063e3f40dfc6ae17 /drivers/gpu/drm/amd/display/dc/basics/log_helpers.c | |
| parent | drm/amd/display: update dml to allow sync with DV (diff) | |
| download | kernel-66dec27a987bfcd2572bfc7520826b11340d264f.tar.gz kernel-66dec27a987bfcd2572bfc7520826b11340d264f.zip | |
drm/amd/display: Fix up dm logging functionality
Signed-off-by: Anthony Koo <[email protected]>
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/basics/log_helpers.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/basics/log_helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c index 854678a0c54b..021451549ff7 100644 --- a/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c +++ b/drivers/gpu/drm/amd/display/dc/basics/log_helpers.c @@ -94,7 +94,6 @@ void dc_conn_log(struct dc_context *ctx, dm_logger_append(&entry, "%2.2X ", hex_data[i]); dm_logger_append(&entry, "^\n"); - dm_helpers_dc_conn_log(ctx, &entry, event); fail: dm_logger_close(&entry); |
