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, 27 Oct 2008 22:27:28 +0100
From:	Krzysztof Helt <krzysztof.h1@...zta.fm>
To:	"Vlada Peric" <vlada.peric@...il.com>
Cc:	linux-kernel@...r.kernel.org, krzysztof.h1@...pl
Subject: Re: [PATCH] cirrusfb: remove unused variables

On Mon, 27 Oct 2008 10:31:59 +0100
"Vlada Peric" <vlada.peric@...il.com> wrote:

> 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>
> ---

Acked-by: 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");
> 
> -- 

----------------------------------------------------------------------
Konkurs! Wygraj m.in. telewizor LCD!
Sprawdz >> http://link.interia.pl/f1f52 

--
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