[svn-commits] sruffell: linux/trunk r10229 - /linux/trunk/drivers/dahdi/wctdm24xxp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 20 15:52:01 CDT 2011


Author: sruffell
Date: Thu Oct 20 15:51:57 2011
New Revision: 10229

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10229
Log:
wctdm24xxp: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum.

This value is not used and is now gone.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Acked-by: Michael Spiceland <mspiceland at digium.com>
Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h?view=diff&rev=10229&r1=10228&r2=10229
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/wctdm24xxp.h Thu Oct 20 15:51:57 2011
@@ -117,7 +117,6 @@
 	RINGOFF = 0,
 	DEBOUNCING_RINGING_POSITIVE,
 	DEBOUNCING_RINGING_NEGATIVE,
-	DEBOUNCING_RINGING_OFF,
 	RINGING,
 	DEBOUNCING_RINGOFF,
 };




More information about the svn-commits mailing list