mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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:
committed by
Alex Deucher
parent
a99240d5f8
commit
871ffb606a
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user