lkml.org 
[lkml]   [1998]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.1.80 "more disable..." printk need \n
This patch made the message more confortable :).

--- /tmp/irq.c Fri Jan 23 00:04:54 1998
+++ linux/arch/i386/kernel/irq.c Fri Jan 23 00:04:58 1998
@@ -690,7 +690,7 @@

if (!disabled_irq[irq]) {
spin_unlock_irqrestore(&irq_controller_lock,flags);
- printk("more enable_irq(%d)'s than disable_irq(%d)'s!!",irq,irq);
+ printk("more enable_irq(%d)'s than disable_irq(%d)'s!!\n",irq,irq);
return;
}

Andrea[s] Arcangeli


\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.031 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site