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-next>] [day] [month] [year] [list]
Message-ID: <4D9C4E04.9070205@gmail.com>
Date:	Wed, 06 Apr 2011 19:27:00 +0800
From:	"helight.xu" <helight.xu@...il.com>
To:	"Eric.Moore <Eric.Moore@....com>; support <support@....com>;
	DL-MPTFusionLinux <DL-MPTFusionLinux@....com>; linux-scsi" 
	<linux-scsi@...r.kernel.org>
CC:	linux-kernel@...r.kernel.org
Subject: [PATCH] fix warning: unused variable ‘log_info’ drivers/message/fusion/mptsas.c

fix warning: unused variable ‘log_info’ drivers/message/fusion/mptsas.c


Signed-off-by: helight <helight@...en.org>
---
  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 6144156..1f47c75 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;

-- 
1.6.0.2


View attachment "0001-fix-warning-unused-variable-log_info-drivers.patch" of type "text/x-patch" (1230 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ