summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/apanic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/apanic.c b/drivers/misc/apanic.c
index 4e94664f06cc..fde087122473 100644
--- a/drivers/misc/apanic.c
+++ b/drivers/misc/apanic.c
@@ -468,8 +468,6 @@ static int apanic(struct notifier_block *this, unsigned long event,
if (!threads_offset)
threads_offset = ctx->mtd->writesize;
- /* Disable ramconsole */
- printk(KERN_EMERG "!@#$ RAMCONSOLE_DISABLE $#@!");
log_buf_clear();
show_state_filter(0);
threads_len = apanic_write_console(ctx->mtd, threads_offset);