[svn-commits] rmeyerriecks: branch linux/mspiceland/dahdi-qfalc31 r7663 - /linux/team/mspic...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Dec 3 16:32:05 CST 2009
Author: rmeyerriecks
Date: Thu Dec 3 16:32:02 2009
New Revision: 7663
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7663
Log:
wct4xxp: fixed a missed merge line from r445
Modified:
linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7663&r1=7662&r2=7663
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Thu Dec 3 16:32:02 2009
@@ -2665,7 +2665,7 @@
alarms |= DAHDI_ALARM_NOTOPEN;
}
- if (c & 0xa0) {
+ if (c & 0x20) {
if (ts->alarmcount >= alarmdebounce) {
dev_info(&wc->dev->dev, "Loss-of-signal span %d\n",
span+1);
More information about the svn-commits
mailing list