lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADnq5_PT+e8j=YEyAjzMQxF5wVzc+cCDbQ6j6FrdWdDWajco=Q@mail.gmail.com>
Date:   Fri, 1 Oct 2021 11:26:42 -0400
From:   Alex Deucher <alexdeucher@...il.com>
To:     Christian König <christian.koenig@....com>
Cc:     Guo Zhengkui <guozhengkui@...o.com>,
        Alex Deucher <alexander.deucher@....com>,
        "Pan, Xinhui" <Xinhui.Pan@....com>,
        David Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel@...ll.ch>,
        Guchun Chen <guchun.chen@....com>,
        Peng Ju Zhou <PengJu.Zhou@....com>,
        Bokun Zhang <Bokun.Zhang@....com>,
        Likun GAO <Likun.Gao@....com>,
        "open list:RADEON and AMDGPU DRM DRIVERS" 
        <amd-gfx@...ts.freedesktop.org>,
        "open list:DRM DRIVERS" <dri-devel@...ts.freedesktop.org>,
        open list <linux-kernel@...r.kernel.org>, kernel@...o.com
Subject: Re: [PATCH] drm/amdgpu: remove some repeated includings

Applied.  Thanks!

Alex

On Fri, Oct 1, 2021 at 6:16 AM Christian König <christian.koenig@....com> wrote:
>
> Am 01.10.21 um 12:13 schrieb Guo Zhengkui:
> > Remove two repeated includings in line 46 and 47.
> >
> > Signed-off-by: Guo Zhengkui <guozhengkui@...o.com>
>
> Acked-by: Christian König <christian.koenig@....com>
>
> > ---
> >   drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 --
> >   1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > index 291a47f7992a..daa798c5b882 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > @@ -30,34 +30,32 @@
> >
> >   #include "soc15.h"
> >   #include "gfx_v9_0.h"
> >   #include "gmc_v9_0.h"
> >   #include "df_v1_7.h"
> >   #include "df_v3_6.h"
> >   #include "nbio_v6_1.h"
> >   #include "nbio_v7_0.h"
> >   #include "nbio_v7_4.h"
> >   #include "hdp_v4_0.h"
> >   #include "vega10_ih.h"
> >   #include "vega20_ih.h"
> >   #include "sdma_v4_0.h"
> >   #include "uvd_v7_0.h"
> >   #include "vce_v4_0.h"
> >   #include "vcn_v1_0.h"
> > -#include "vcn_v2_0.h"
> > -#include "jpeg_v2_0.h"
> >   #include "vcn_v2_5.h"
> >   #include "jpeg_v2_5.h"
> >   #include "smuio_v9_0.h"
> >   #include "gmc_v10_0.h"
> >   #include "gfxhub_v2_0.h"
> >   #include "mmhub_v2_0.h"
> >   #include "nbio_v2_3.h"
> >   #include "nbio_v7_2.h"
> >   #include "hdp_v5_0.h"
> >   #include "nv.h"
> >   #include "navi10_ih.h"
> >   #include "gfx_v10_0.h"
> >   #include "sdma_v5_0.h"
> >   #include "sdma_v5_2.h"
> >   #include "vcn_v2_0.h"
> >   #include "jpeg_v2_0.h"
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ