drm/amd/display: Fix formatting for null pointer dereference fix
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
524bed9a2b
commit
82e9781053
|
@ -288,7 +288,7 @@ bool dc_stream_set_cursor_position(
|
|||
pos_cpy.enable = false;
|
||||
|
||||
|
||||
if (ipp !=NULL && ipp->funcs->ipp_cursor_set_position != NULL)
|
||||
if (ipp != NULL && ipp->funcs->ipp_cursor_set_position != NULL)
|
||||
ipp->funcs->ipp_cursor_set_position(ipp, &pos_cpy, ¶m);
|
||||
|
||||
if (mi != NULL && mi->funcs->set_cursor_position != NULL)
|
||||
|
|
Loading…
Reference in New Issue