patch-2.4.0-test10 linux/drivers/isdn/isdn_common.c

Next file: linux/drivers/isdn/sc/debug.c
Previous file: linux/drivers/isdn/hysdn/boardergo.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/isdn/isdn_common.c linux/drivers/isdn/isdn_common.c
@@ -46,7 +46,7 @@
 /* Debugflags */
 #undef ISDN_DEBUG_STATCALLB
 
-isdn_dev *dev = (isdn_dev *) 0;
+isdn_dev *dev;
 
 static char *isdn_revision = "$Revision: 1.111 $";
 
@@ -65,7 +65,7 @@
 extern char *isdn_v110_revision;
 
 #ifdef CONFIG_ISDN_DIVERSION
-isdn_divert_if *divert_if = NULL; /* interface to diversion module */
+isdn_divert_if *divert_if; /* interface to diversion module */
 #endif CONFIG_ISDN_DIVERSION
 
 
@@ -2260,7 +2260,7 @@
 
 #ifdef CONFIG_DEVFS_FS
 
-static devfs_handle_t devfs_handle = NULL;
+static devfs_handle_t devfs_handle;
 
 static void isdn_register_devfs(int k)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)