aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authortim.niemeyer@mastersword.de <tim.niemeyer@mastersword.de>2009-03-22 17:42:32 +0100
committerWerner Almesberger <werner@openmoko.org>2009-03-26 01:08:38 -0300
commitc27d79fe94b525fad9ac56113e9a04d310201cc9 (patch)
treea273b2a6a17a2b4af0389a79b84a249221c04a46 /drivers/input
parent930f127315136a51ad7280420984aa848a97a0cb (diff)
Remove debug-aux-key-probe-resume-death.patch
Get resume by AUX to work. Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/keyboard/neo1973kbd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/input/keyboard/neo1973kbd.c b/drivers/input/keyboard/neo1973kbd.c
index 56bc9ee0d82..56d3a689a4a 100644
--- a/drivers/input/keyboard/neo1973kbd.c
+++ b/drivers/input/keyboard/neo1973kbd.c
@@ -145,16 +145,6 @@ static void aux_key_timer_f(unsigned long data)
static irqreturn_t neo1973kbd_aux_irq(int irq, void *dev)
{
- int *p = NULL;
-
- if (machine_is_neo1973_gta01()) {
- /* if you stall inside resume then AUX will force a panic,
- which in turn forces a dump of the pending syslog */
-
- if (global_inside_suspend)
- printk(KERN_ERR "death %d\n", *p);
- }
-
mod_timer(&aux_key_timer, jiffies + AUX_TIMER_TIMEOUT);
return IRQ_HANDLED;