lkml.org 
[lkml]   [2018]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH -next] drm/radeon: remove set but not used variable 'rdev'
On Thu, Nov 8, 2018 at 9:04 AM YueHaibing <yuehaibing@huawei.com> wrote:
>
> From: Yue Haibing <yuehaibing@huawei.com>
>
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_unref':
> drivers/gpu/drm/radeon/radeon_object.c:317:24: warning:
> variable 'rdev' set but not used [-Wunused-but-set-variable]
>
> It not used any more after commit
> e7e31600d3e2 ("drm/radeon: remove taking mclk_lock from radeon_bo_unref")
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Applied. thanks!

Alex

> ---
> drivers/gpu/drm/radeon/radeon_object.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_object.c b/drivers/gpu/drm/radeon/radeon_object.c
> index ba2fd29..c4b2e14 100644
> --- a/drivers/gpu/drm/radeon/radeon_object.c
> +++ b/drivers/gpu/drm/radeon/radeon_object.c
> @@ -314,11 +314,9 @@ struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo)
> void radeon_bo_unref(struct radeon_bo **bo)
> {
> struct ttm_buffer_object *tbo;
> - struct radeon_device *rdev;
>
> if ((*bo) == NULL)
> return;
> - rdev = (*bo)->rdev;
> tbo = &((*bo)->tbo);
> ttm_bo_put(tbo);
> *bo = NULL;
>
>
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

\
 
 \ /
  Last update: 2018-11-08 21:34    [W:0.026 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site