All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Drebes <webmaster@programmierforen.de>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH] drivers/acpi/events/evmisc.c: Compiler-noise
Date: Sun, 15 Oct 2006 20:07:40 +0000	[thread overview]
Message-ID: <200610152207.40919.webmaster@programmierforen.de> (raw)
In-Reply-To: <200610152207.21550.webmaster@programmierforen.de>

During the compilation of the latest kernel-source from the git repository, I 
got a notification like this:
 
drivers/acpi/events/evmisc.c: In function `acpi_ev_global_lock_handler':
drivers/acpi/events/evmisc.c:334: warning: unused variable `status'

So I just removed that.
Tested by compilation.

Signed-off-by: Andi Drebes <webmaster@programmierforen.de>

---
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
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

      reply	other threads:[~2006-10-15 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-15 20:07 [KJ] [PATCH] drivers/acpi/events/evmisc.c: Compiler-noise Andi Drebes
2006-10-15 20:07 ` Andi Drebes [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610152207.40919.webmaster@programmierforen.de \
    --to=webmaster@programmierforen.de \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.