public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-kernel@vger.kernel.org, felipe.balbi@nokia.com
Subject: Re: mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030)
Date: Fri, 27 Feb 2009 15:45:16 -0800	[thread overview]
Message-ID: <20090227154516.10885514.akpm@linux-foundation.org> (raw)
In-Reply-To: <49A878BE.4080308@oracle.com>

On Fri, 27 Feb 2009 15:35:26 -0800
Randy Dunlap <randy.dunlap@oracle.com> wrote:

> akpm@linux-foundation.org wrote:
> > The mm-of-the-moment snapshot 2009-02-27-13-54 has been uploaded to
> > 
> >    http://userweb.kernel.org/~akpm/mmotm/
> > 
> > and will soon be available at
> > 
> >    git://git.zen-sources.org/zen/mmotm.git
> 
> 
> mmotm-2009-0227-1354/drivers/input/misc/twl4030-pwrbutton.c:107: error: 'TWL4030_PWRIRQ_PWRBTN' undeclared (first use in this function)
> 

this, I guess:

--- a/drivers/input/misc/twl4030-pwrbutton.c~input-misc-add-twl4030-pwrbutton-driver-fix
+++ a/drivers/input/misc/twl4030-pwrbutton.c
@@ -104,7 +104,7 @@ static int __devinit twl4030_pwrbutton_p
 free_input_dev:
 	input_free_device(powerbutton_dev);
 free_irq_and_out:
-	free_irq(TWL4030_PWRIRQ_PWRBTN, NULL);
+	free_irq(irq, NULL);
 out:
 	return err;
 }
_


  reply	other threads:[~2009-02-27 23:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200902272212.n1RMClcN007585@imap1.linux-foundation.org>
2009-02-27 23:35 ` mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030) Randy Dunlap
2009-02-27 23:45   ` Andrew Morton [this message]
2009-03-01  3:13 ` mmotm 2009-02-27-13-54 uploaded Valdis.Kletnieks

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=20090227154516.10885514.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=felipe.balbi@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox