Loading
drm/amd/display: Use boolean context for pointer null checks
Replace "out == 0" with "!out" for pointer comparison to improve code readability and conform to coding style. Signed-off-by:Qianfeng Rong <rongqianfeng@vivo.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>