[PATCH] serial unload message

Zwane Mwaikambo (zwane@linux.realnet.co.sz)
Thu, 9 May 2002 14:25:15 +0200 (SAST)


--- linux-2.4.19-pre7-ac3/drivers/char/serial.c.orig Thu May 9 10:47:13 2002
+++ linux-2.4.19-pre7-ac3/drivers/char/serial.c Thu May 9 10:47:19 2002
@@ -5699,7 +5699,7 @@
if (state->info && state->info->tty)
tty_hangup(state->info->tty);
state->type = PORT_UNKNOWN;
- printk(KERN_INFO "tty%02d unloaded\n", state->line);
+ printk(KERN_INFO "ttyS%02d unloaded\n", state->line);
/* These will be hidden, because they are devices that will no longer
* be available to the system. (ie, PCMCIA modems, once ejected)
*/

-- 
http://function.linuxpower.ca
		

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/