[svn-commits] mspiceland: linux/trunk r7487 - /linux/trunk/drivers/dahdi/wcte12xp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 4 17:28:25 CST 2009
Author: mspiceland
Date: Wed Nov 4 17:28:21 2009
New Revision: 7487
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7487
Log:
Remove commented out code block that was unintentionally left in.
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=7487&r1=7486&r2=7487
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Wed Nov 4 17:28:21 2009
@@ -1472,18 +1472,6 @@
if (!j)
alarms |= DAHDI_ALARM_NOTOPEN;
}
-#if 0
- if (c & 0xa0) {
- if (wc->alarmcount >= alarmdebounce) {
- if (!unchannelized)
- alarms |= DAHDI_ALARM_RED;
- } else
- wc->alarmcount++;
- } else
- wc->alarmcount = 0;
- if (c & 0x4)
- alarms |= DAHDI_ALARM_BLUE;
-#endif
if (c & 0x20) { /* LOF/LFA */
if (wc->alarmcount >= (alarmdebounce/100))
More information about the svn-commits
mailing list