Skip to content

Commit 7edac0d

Browse files
Harry Wentlandalexdeucher
authored andcommitted
drm/amd/display: Fix logger context
[Why&How] use correct logger context Signed-off-by: Harry Wentland <[email protected]> Reviewed-by: Roman Li <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 7c6981e commit 7edac0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ enum dentist_divider_range {
7171

7272
#define CTX \
7373
clk_mgr->base.ctx
74+
7475
#define DC_LOGGER \
75-
clk_mgr->ctx->logger
76+
clk_mgr->base.ctx->logger
7677

7778

7879

0 commit comments

Comments
 (0)