From bea7974ebbcd7232274e783d02c07d06b9307ead Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Oct 2005 08:49:17 +0000 Subject: [PATCH] Get out silly debug message --- drivers/tty/tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index f76c021f1..6cf8e7760 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -285,8 +285,8 @@ PUBLIC void main(void) case DEV_SELECT: do_select(tp, &tty_mess); break; case CANCEL: do_cancel(tp, &tty_mess); break; default: - printf("Warning, TTY got unexpected request %d from %d (open is %d)\n", - tty_mess.m_type, tty_mess.m_source, DEV_OPEN); + printf("Warning, TTY got unexpected request %d from %d\n", + tty_mess.m_type, tty_mess.m_source); tty_reply(TASK_REPLY, tty_mess.m_source, tty_mess.PROC_NR, EINVAL); } -- 2.44.0