drm/amd/display: fix psr status wait

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Eagle Yeh <eagle.yeh@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Dmytro Laktyushkin
2017-02-06 15:07:19 -05:00
committed by Alex Deucher
parent a99240d5f8
commit 871ffb606a
3 changed files with 26 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ static inline uint32_t dm_read_reg_func(
uint32_t value;
if (address == 0) {
DC_ERR("invalid register read. address = 0");
DC_ERR("invalid register read; address = 0\n");
return 0;
}