summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_dahdi.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-13 18:35:20 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-13 18:35:20 +0000
commitce0d2d4620f49e6ac0ec697733c786369ad8c822 (patch)
treefe0bea6d4a2430fc1302db9564fc61974fcff863 /drivers/dahdi/xpp/xpp_dahdi.c
parentdfa545814b61b3e1d527e842dd883b153277c4b4 (diff)
PRI Astribanks always sync AB (and independent)
* PRI devices always get SYNC-AB (never PLL, not even for NT) * Fix Timing priority calculation accordingly. * On PRI layer1 changes, elect_syncer() is called, so we have re-election. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8909 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpp_dahdi.c')
-rw-r--r--drivers/dahdi/xpp/xpp_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpp_dahdi.c b/drivers/dahdi/xpp/xpp_dahdi.c
index 07041fc..cc92710 100644
--- a/drivers/dahdi/xpp/xpp_dahdi.c
+++ b/drivers/dahdi/xpp/xpp_dahdi.c
@@ -130,7 +130,7 @@ static void xpd_destroy(struct kref *kref)
xpd_t *xpd;
xpd = kref_to_xpd(kref);
- XPD_NOTICE(xpd, "%s\n", __func__);
+ XPD_DBG(DEVICES, xpd, "%s\n", __func__);
xpd_device_unregister(xpd);
}