From c27d79fe94b525fad9ac56113e9a04d310201cc9 Mon Sep 17 00:00:00 2001 From: "tim.niemeyer@mastersword.de" Date: Sun, 22 Mar 2009 17:42:32 +0100 Subject: Remove debug-aux-key-probe-resume-death.patch Get resume by AUX to work. Signed-off-by: Tim Niemeyer --- drivers/input/keyboard/neo1973kbd.c | 10 ---------- 1 file changed, 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; -- cgit v1.2.3