[PATCH] 2.5.3-pre2 : drivers/isdn/isdn_common.c

Frank Davis (fdavis@si.rr.com)
Sun, 20 Jan 2002 17:34:37 -0500 (EST)


Hello all,
Per Dave Jones' comment, I've attached the patch.

Regards,
Frank

--- drivers/isdn/isdn_common.c.old Sun Jan 20 11:22:55 2002
+++ drivers/isdn/isdn_common.c Sun Jan 20 17:29:59 2002
@@ -2253,7 +2253,7 @@
sprintf (buf, "isdn%d", k);
dev->devfs_handle_isdnX[k] =
devfs_register (devfs_handle, buf, DEVFS_FL_DEFAULT,
- ISDN_MAJOR, ISDN_MINOR_B + k,0600 | S_IFCHR,
+ ISDN_MAJOR, k,0600 | S_IFCHR,
&isdn_fops, NULL);
sprintf (buf, "isdnctrl%d", k);
dev->devfs_handle_isdnctrlX[k] =

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/