[asterisk-dev] [dahdi-commits] mattf: linux/trunk r8220 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c
Shaun Ruffell
sruffell at digium.com
Tue Mar 2 18:42:08 CST 2010
On Mar 2, 2010, at 17:42, SVN commits to the DAHDI project <dahdi-commits at lists.digium.com
> wrote:
> 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++)
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> dahdi-commits mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/dahdi-commits
More information about the asterisk-dev
mailing list