laforge has submitted this change. ( https://gerrit.osmocom.org/c/dahdi-linux/+/27909 )
Change subject: wcte13xp: Fix missing break statement when setting J1 line mode ......................................................................
wcte13xp: Fix missing break statement when setting J1 line mode
Change-Id: I776812d9fc4d8cb1140555e70a3480bdaf0aaaaf --- M drivers/dahdi/wcte13xp-base.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/drivers/dahdi/wcte13xp-base.c b/drivers/dahdi/wcte13xp-base.c index 69f7099..cfbdd4a 100644 --- a/drivers/dahdi/wcte13xp-base.c +++ b/drivers/dahdi/wcte13xp-base.c @@ -1874,6 +1874,7 @@ "Changing from %s to E1 line mode.\n", dahdi_spantype2str(wc->span.spantype)); res = t13x_software_init(wc, J1); + break; default: dev_err(&wc->xb.pdev->dev, "Got invalid linemode '%s' from dahdi\n",