Commit d0a14099 authored by Harald Welte's avatar Harald Welte

wcte12xp: Add missing 'break' statment

parent 5ad3c1db
......@@ -2140,6 +2140,7 @@ static int t1xxp_set_linemode(struct dahdi_span *span, enum spantypes linemode)
"Changing from %s to E1 line mode.\n",
dahdi_spantype2str(wc->span.spantype));
res = t1_software_init(wc, J1);
break;
default:
dev_err(&wc->vb.pdev->dev,
"Got invalid linemode '%s' from dahdi\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment