PATCH: phonedev handles this

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jul 27 2003 - 15:13:54 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/telephony/ixj.c linux-2.6.0-test2-ac1/drivers/telephony/ixj.c
--- linux-2.6.0-test2/drivers/telephony/ixj.c 2003-07-27 19:56:28.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/telephony/ixj.c 2003-07-27 20:29:47.000000000 +0100
@@ -2250,8 +2250,6 @@
         j->flags.cidplay = 0;
         j->flags.cidcw_ack = 0;
 
- MOD_INC_USE_COUNT;
-
         if (ixjdebug & 0x0002)
                 printk(KERN_INFO "Opening board %d\n", p->board);
 
@@ -2463,7 +2461,6 @@
 
         file_p->private_data = NULL;
         clear_bit(board, &j->busyflags);
- MOD_DEC_USE_COUNT;
         return 0;
 }
 
-
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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:33 EST