All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: akpm@linux-foundation.org, Linux-acpi@vger.kernel.org,
	Pavel Machek <pavel@suse.cz>
Cc: mm-commits@vger.kernel.org
Subject: Re: + git-acpi-arch-x86-kernel-apm_32c-fix-warning.patch added to -mm tree
Date: Thu, 27 Mar 2008 02:09:06 -0400	[thread overview]
Message-ID: <200803270209.06421.lenb@kernel.org> (raw)
In-Reply-To: <200803190209.m2J29WW4026805@imap1.linux-foundation.org>

Ah, this was caused by "PM: Remove legacy PM"

folded onto that branch.

this one points out a bug in my build system,
since this warning message didn't make it into
my summary file.

thanks,
-Len

On Tuesday 18 March 2008, akpm@linux-foundation.org wrote:
> 
> The patch titled
>      git-acpi: arch/x86/kernel/apm_32.c: fix warning
> has been added to the -mm tree.  Its filename is
>      git-acpi-arch-x86-kernel-apm_32c-fix-warning.patch
> 
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> 
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
> 
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> 
> ------------------------------------------------------
> Subject: git-acpi: arch/x86/kernel/apm_32.c: fix warning
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> arch/x86/kernel/apm_32.c:1215: warning: label 'out' defined but not used
> 
> Cc: Len Brown <lenb@kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>  arch/x86/kernel/apm_32.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff -puN arch/x86/kernel/apm_32.c~git-acpi-arch-x86-kernel-apm_32c-fix-warning arch/x86/kernel/apm_32.c
> --- a/arch/x86/kernel/apm_32.c~git-acpi-arch-x86-kernel-apm_32c-fix-warning
> +++ a/arch/x86/kernel/apm_32.c
> @@ -1212,7 +1212,6 @@ static int suspend(int vetoable)
>  	local_irq_enable();
>  	device_resume();
>  	queue_event(APM_NORMAL_RESUME, NULL);
> - out:
>  	spin_lock(&user_list_lock);
>  	for (as = user_list; as != NULL; as = as->next) {
>  		as->suspend_wait = 0;
> _
> 

      reply	other threads:[~2008-03-27  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-19  1:59 + git-acpi-arch-x86-kernel-apm_32c-fix-warning.patch added to -mm tree akpm
2008-03-27  6:09 ` Len Brown [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=200803270209.06421.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=Linux-acpi@vger.kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=pavel@suse.cz \
    /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.