aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/divert/isdn_divert.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/divert/isdn_divert.c')
-rw-r--r--drivers/isdn/divert/isdn_divert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/divert/isdn_divert.c b/drivers/isdn/divert/isdn_divert.c
index 7d97d54588d9..77e9fdda0597 100644
--- a/drivers/isdn/divert/isdn_divert.c
+++ b/drivers/isdn/divert/isdn_divert.c
@@ -183,7 +183,7 @@ int cf_command(int drvid, int mode,
183 (mode != 1) ? "" : " 0 ", 183 (mode != 1) ? "" : " 0 ",
184 (mode != 1) ? "" : fwd_nr); 184 (mode != 1) ? "" : fwd_nr);
185 185
186 retval = divert_if.ll_cmd(&cs->ics); /* excute command */ 186 retval = divert_if.ll_cmd(&cs->ics); /* execute command */
187 187
188 if (!retval) 188 if (!retval)
189 { cs->prev = NULL; 189 { cs->prev = NULL;