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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 21 Feb 2011 08:16:23 +1000
From:	Ben Skeggs <bskeggs@...hat.com>
To:	Ralf Thielow <ralf.thielow@...glemail.com>
Cc:	airlied@...ux.ie, dri-devel@...ts.freedesktop.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gpu: drm: nouveau: Remove unused variable to prevent
 compile warning.

On Sun, 2011-02-20 at 18:58 +0100, Ralf Thielow wrote:
> Remove unused variable "dev_priv" in function "nv50_vm_map_pgt" to
> prevent compile warning.
> 
Thanks for this, however, it has already been fixed in the nouveau tree.

Ben.
> Signed-off-by: Ralf Thielow <ralf.thielow@...glemail.com>
> ---
>  drivers/gpu/drm/nouveau/nv50_vm.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/nouveau/nv50_vm.c b/drivers/gpu/drm/nouveau/nv50_vm.c
> index 459ff08..03c1a63 100644
> --- a/drivers/gpu/drm/nouveau/nv50_vm.c
> +++ b/drivers/gpu/drm/nouveau/nv50_vm.c
> @@ -31,7 +31,6 @@ void
>  nv50_vm_map_pgt(struct nouveau_gpuobj *pgd, u32 pde,
>  		struct nouveau_gpuobj *pgt[2])
>  {
> -	struct drm_nouveau_private *dev_priv = pgd->dev->dev_private;
>  	u64 phys = 0xdeadcafe00000000ULL;
>  	u32 coverage = 0;
>  


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ