Re: [PATCH 3/3] drm/amdgpu: Remove superfluous NULL check

2020-09-02 Thread Christian König
Am 02.09.20 um 08:59 schrieb Daniel Vetter: On Tue, Sep 01, 2020 at 09:06:45PM -0400, Luben Tuikov wrote: The DRM device is a static member of the amdgpu device structure and as such always exists, so long as the PCI and thus the amdgpu device exist. Signed-off-by: Luben Tuikov On this patch,

Re: [PATCH 3/3] drm/amdgpu: Remove superfluous NULL check

2020-09-01 Thread Daniel Vetter
On Tue, Sep 01, 2020 at 09:06:45PM -0400, Luben Tuikov wrote: > The DRM device is a static member of > the amdgpu device structure and as such > always exists, so long as the PCI and > thus the amdgpu device exist. > > Signed-off-by: Luben Tuikov On this patch, but not the other two earlier in t

[PATCH 3/3] drm/amdgpu: Remove superfluous NULL check

2020-09-01 Thread Luben Tuikov
The DRM device is a static member of the amdgpu device structure and as such always exists, so long as the PCI and thus the amdgpu device exist. Signed-off-by: Luben Tuikov --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/amd/am