Re: mmotm 2009-02-27-13-54 uploaded (input/misc/twl4030)

From: Andrew Morton
Date: Fri Feb 27 2009 - 18:46:16 EST


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

> akpm@xxxxxxxxxxxxxxxxxxxx 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;
}
_

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/