aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
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;