Skip to content

Commit

Permalink
ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_han…
Browse files Browse the repository at this point in the history
…dler()

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@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Jesper Juhl authored and Len Brown committed Nov 6, 2006
1 parent 2f000f5 commit 6b15484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/events/evmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_global_lock_thread(void *context)
static u32 acpi_ev_global_lock_handler(void *context)
{
u8 acquired = FALSE;
acpi_status status;

/*
* Attempt to get the lock
Expand Down

0 comments on commit 6b15484

Please sign in to comment.