Re: [PATCH] drm/amdgpu: Fix NULL pointer dereference

From: Bas Nieuwenhuizen
Date: Fri Apr 08 2022 - 07:28:35 EST


On Fri, Apr 8, 2022 at 12:01 PM Simon Ser <contact@xxxxxxxxxxx> wrote:
>
> Is amdgpu_display_get_fb_info ever called with NULL tiling_flags/tmz_surface?
> If not, there's no point in adding NULL checks.

It isn't called with NULL anywhere, the NULL checks that already exist
seem redundant.