[PATCH] drm/amdgpu: Remove ununsed variable from amdgpu_ib_pool_init

Alex Deucher alexdeucher at gmail.com
Mon Sep 13 17:48:45 UTC 2021


Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

On Mon, Sep 13, 2021 at 1:28 PM Anson Jacob <Anson.Jacob at amd.com> wrote:
>
> Remove unused variable 'size'.
>
> Signed-off-by: Anson Jacob <Anson.Jacob at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> index 9274f32c3661..bc1297dcdf97 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
> @@ -300,7 +300,6 @@ int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs,
>   */
>  int amdgpu_ib_pool_init(struct amdgpu_device *adev)
>  {
> -       unsigned size;
>         int r, i;
>
>         if (adev->ib_pool_ready)
> --
> 2.25.1
>


More information about the amd-gfx mailing list