linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ISDN] Add missing label in isdn_common.c
@ 2003-09-28 10:06 Herbert Xu
  0 siblings, 0 replies; only message in thread
From: Herbert Xu @ 2003-09-28 10:06 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

Hi:

The last change to isdn_common.c removed a label that is used when
ISDN_PPP is defined.  This patch puts it back.

Cheers,
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[-- Attachment #2: q --]
[-- Type: text/plain, Size: 685 bytes --]

Index: kernel-source-2.5/drivers/isdn/i4l/isdn_common.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/isdn/i4l/isdn_common.c,v
retrieving revision 1.1.1.7
diff -u -r1.1.1.7 isdn_common.c
--- kernel-source-2.5/drivers/isdn/i4l/isdn_common.c	28 Sep 2003 04:44:13 -0000	1.1.1.7
+++ kernel-source-2.5/drivers/isdn/i4l/isdn_common.c	28 Sep 2003 10:05:01 -0000
@@ -2229,8 +2229,10 @@
 	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");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-28 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-28 10:06 [ISDN] Add missing label in isdn_common.c Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).