mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amd/display: Use MACROS instead of dm_logger
Created MACROS for all log levels. Also Replaced usage of dm_logger_write to the defined MACROS Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
44c6f2e59e
commit
2f3fd67a8a
@@ -3079,7 +3079,7 @@ static enum bp_result patch_bios_image_from_ext_display_connection_info(
|
||||
opm_object,
|
||||
&ext_display_connection_info_tbl) != BP_RESULT_OK) {
|
||||
|
||||
dm_logger_write(bp->base.ctx->logger, LOG_WARNING,
|
||||
DC_LOG_WARNING(bp->base.ctx->logger,
|
||||
"%s: Failed to read Connection Info Table", __func__);
|
||||
return BP_RESULT_UNSUPPORTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user