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, 6 Nov 2006 15:16:17 -0500
From:	Len Brown <len.brown@...el.com>
To:	Jesper Juhl <jesper.juhl@...il.com>
Cc:	linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
	trivial@...nel.org
Subject: Re: [PATCH][Trivial] ACPI: Get rid of 'unused variable' warning in  acpi_ev_global_lock_handler()

Applied.

thanks,
-Len

On Thursday 02 November 2006 07:13, Jesper Juhl wrote:
> Fix this warning : 
>   drivers/acpi/events/evmisc.c: In function `acpi_ev_global_lock_handler':
>   drivers/acpi/events/evmisc.c:334: warning: unused variable `status'
> 
> 
> Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
> ---
> 
>  drivers/acpi/events/evmisc.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/acpi/events/evmisc.c b/drivers/acpi/events/evmisc.c
> index ee2a10b..bf63edc 100644
> --- a/drivers/acpi/events/evmisc.c
> +++ b/drivers/acpi/events/evmisc.c
> @@ -331,7 +331,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_gl
>  static u32 acpi_ev_global_lock_handler(void *context)
>  {
>  	u8 acquired = FALSE;
> -	acpi_status status;
>  
>  	/*
>  	 * Attempt to get the lock
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
-
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