[svn-commits] mattf: linux/trunk r8220 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 2 17:41:32 CST 2010
Author: mattf
Date: Tue Mar 2 17:41:28 2010
New Revision: 8220
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8220
Log:
Revert commit 8096. Causes register problems on XHFC SPI interfaces.
Modified:
linux/trunk/drivers/dahdi/wctdm24xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=8220&r1=8219&r2=8220
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Tue Mar 2 17:41:28 2010
@@ -964,7 +964,7 @@
cmd_checkisr(wc, y);
}
- if ((x < 3) && (y < wc->mods_per_board))
+ if (y < wc->mods_per_board)
cmd_dequeue(wc, writechunk, y, x);
}
if (!x)
@@ -1204,8 +1204,7 @@
}
}
for (y = 0; y < wc->avchannels; y++) {
- if (x < 3)
- cmd_decipher(wc, readchunk, y);
+ cmd_decipher(wc, readchunk, y);
}
if (wc->vpm100) {
for (y = NUM_MODULES; y < NUM_MODULES + NUM_EC; y++)
More information about the svn-commits
mailing list