Commit 297ec1fa authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Add missing label in isdn_common.c

From: Herbert Xu <herbert@gondor.apana.org.au>

The last change to isdn_common.c removed a label that is used when
ISDN_PPP is defined.  This patch puts it back.
parent a04d38c5
......@@ -2229,8 +2229,10 @@ static int __init isdn_init(void)
isdn_info_update();
return 0;
/* err_tty_modem:*/
#ifdef CONFIG_ISDN_PPP
err_tty_modem:
isdn_tty_exit();
#endif
err_cleanup_devfs:
isdn_cleanup_devfs();
unregister_chrdev(ISDN_MAJOR, "isdn");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment