]> git.neil.brown.name Git - history.git/commitdiff
drivers/char/serial.c compile fix
authorAnton Altaparmakov <aia21@cantab.net>
Mon, 15 Jul 2002 04:45:38 +0000 (05:45 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Mon, 15 Jul 2002 04:45:38 +0000 (05:45 +0100)
drivers/char/serial.c

index 45b2699e91e8ea47fd54e89337be7f7a7ef17b39..c3cd00f3caea303ef21db3450dc96f918d8968fa 100644 (file)
@@ -645,7 +645,7 @@ static _INLINE_ void receive_chars(struct async_struct *info,
                if (break_pressed && info->line == sercons.index) {
                        if (ch != 0 &&
                            time_before(jiffies, break_pressed + HZ*5)) {
-                               handle_sysrq(ch, regs, NULL, NULL);
+                               handle_sysrq(ch, regs, NULL);
                                break_pressed = 0;
                                goto ignore_char;
                        }