[PATCH] Convert users to tty_unregister_ldisc()
tty_register_ldisc(N_FOO, NULL) => tty_unregister_ldisc(N_FOO) Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
bfb07599da
commit
64ccd715d3
@@ -934,7 +934,7 @@ static void __exit mkiss_exit_driver(void)
|
||||
kfree(ax25_ctrls);
|
||||
ax25_ctrls = NULL;
|
||||
|
||||
if ((i = tty_register_ldisc(N_AX25, NULL)))
|
||||
if ((i = tty_unregister_ldisc(N_AX25)))
|
||||
printk(KERN_ERR "mkiss: can't unregister line discipline (err = %d)\n", i);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user