]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/hvsi.c
Input: sysrq - drop tty argument form handle_sysrq()
[net-next-2.6.git] / drivers / char / hvsi.c
index 1f4b6de65a2dcac06a565aa7777359e1e873b444..a2bc885ce60a8e2bab93a815ab6ffc7d86640220 100644 (file)
@@ -403,7 +403,7 @@ static void hvsi_insert_chars(struct hvsi_struct *hp, const char *buf, int len)
                        hp->sysrq = 1;
                        continue;
                } else if (hp->sysrq) {
-                       handle_sysrq(c, hp->tty);
+                       handle_sysrq(c);
                        hp->sysrq = 0;
                        continue;
                }