[PATCH] drm/ttm: remove unused temp variable
Jerome Glisse
j.glisse at gmail.com
Thu Jan 31 09:07:05 PST 2013
On Mon, Jan 21, 2013 at 10:39 PM, Liu, Xinyun <xinyunliu at gmail.com> wrote:
> void *object is not used in fact.
>
> Signed-off-by: Xinyun Liu <xinyunliu at gmail.com>
Reviewed-by: Jerome Glisse <jglisse at redhat.com>
> ---
> drivers/gpu/drm/drm_global.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_global.c b/drivers/gpu/drm/drm_global.c
> index f731116..3d2e91c 100644
> --- a/drivers/gpu/drm/drm_global.c
> +++ b/drivers/gpu/drm/drm_global.c
> @@ -67,7 +67,6 @@ int drm_global_item_ref(struct drm_global_reference *ref)
> {
> int ret;
> struct drm_global_item *item = &glob[ref->global_type];
> - void *object;
>
> mutex_lock(&item->mutex);
> if (item->refcount == 0) {
> @@ -85,7 +84,6 @@ int drm_global_item_ref(struct drm_global_reference *ref)
> }
> ++item->refcount;
> ref->object = item->object;
> - object = item->object;
> mutex_unlock(&item->mutex);
> return 0;
> out_err:
> --
> 1.7.9.5
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list