[asterisk-dev] sruffell: linux/trunk r6528 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

Tony Mountifield tony at softins.clara.co.uk
Thu Apr 30 05:39:31 CDT 2009


In article <E1LzEE4-0002Fd-GC at wibble.digium.internal>,
SVN commits to the Digium repositories <svn-commits at lists.digium.com> wrote:
> Author: sruffell
> Date: Wed Apr 29 13:09:41 2009
> New Revision: 6528
> 
> URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6528
> Log:
> wct4xxp: Fix problem when timing source is via external cable.

What kind of problem does this fix? Could it also be usefully applied
to earlier versions of Dahdi and Zaptel?

Cheers
Tony

> Modified:
>     linux/trunk/drivers/dahdi/wct4xxp/base.c
> 
> Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
> URL:
> http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=6528&r1=6527&r2=6528
> ==============================================================================
> --- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
> +++ linux/trunk/drivers/dahdi/wct4xxp/base.c Wed Apr 29 13:09:41 2009
> @@ -1794,8 +1794,8 @@
>  				__t4_update_timing(cards[x]);
>  			}
>  		}
> -	} else
> -		set_bit(T4_CHECK_TIMING, &cards[0]->checkflag);
> +	}
> +	__t4_update_timing(wc);
>  #endif	
>  	spin_unlock_irqrestore(&synclock, flags);
>  	return 0;
> 
> 
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> 
> svn-commits mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/svn-commits
> 


-- 
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org



More information about the asterisk-dev mailing list