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]
Date:	Mon, 27 Oct 2008 10:31:59 +0100
From:	"Vlada Peric" <vlada.peric@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	krzysztof.h1@...pl
Subject: [PATCH] cirrusfb: remove unused variables

After commit a1d35a7a (cirrusfb: use modedb and add mode_option parameter),
these variables are no longer used, so remove them to fix compilation warning.

Signed-off-by: Vlada Perić <vlada.peric@...il.com>
CC: Krzysztof Helt <krzysztof.h1@...pl>
---
 drivers/video/cirrusfb.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c
index 048b139..ace4001 100644
--- a/drivers/video/cirrusfb.c
+++ b/drivers/video/cirrusfb.c
@@ -2462,8 +2462,7 @@ static int __init cirrusfb_init(void)

 #ifndef MODULE
 static int __init cirrusfb_setup(char *options) {
-	char *this_opt, s[32];
-	int i;
+	char *this_opt;

 	DPRINTK("ENTER\n");

-- 
1.6.0.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ