[svn-commits] sruffell: linux/trunk r7319 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 2 16:09:12 CDT 2009


Author: sruffell
Date: Fri Oct  2 16:09:01 2009
New Revision: 7319

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7319
Log:
wcte12xp: The timer is called every 200ms, not every 100ms. Fix comment.

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/base.c

Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=7319&r1=7318&r2=7319
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Fri Oct  2 16:09:01 2009
@@ -1668,7 +1668,7 @@
 {
 	struct t1 *wc = container_of(work, struct t1, timer_work);
 #endif
-	/* Called once every 100ms */
+	/* Called once every 200 ms */
 	if (unlikely(!test_bit(INITIALIZED, &wc->bit_flags)))
 		return;
 	t1_do_counters(wc);




More information about the svn-commits mailing list