wcte13xp: Start the span in unconfigured, instead of red state
This was causing inconsistancies with dahdi_scan showing an "UNCONFIGURED" span in the "RED" state. Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com>
This commit is contained in:
parent
ab927f796b
commit
431571b5fc
@ -3053,7 +3053,7 @@ static int __devinit te13xp_init_one(struct pci_dev *pdev,
|
||||
list_add_tail(&wc->span.device_node, &wc->ddev->spans);
|
||||
|
||||
/* Span is in red alarm by default */
|
||||
wc->span.alarms = DAHDI_ALARM_RED;
|
||||
wc->span.alarms = DAHDI_ALARM_NONE;
|
||||
|
||||
res = dahdi_register_device(wc->ddev, &wc->dev->dev);
|
||||
if (res) {
|
||||
|
Loading…
Reference in New Issue
Block a user