diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/n_gsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/n_gsm.c b/drivers/char/n_gsm.c index 099105e0894e..04ef3ef0a422 100644 --- a/drivers/char/n_gsm.c +++ b/drivers/char/n_gsm.c | |||
@@ -919,7 +919,7 @@ static void gsm_dlci_data_sweep(struct gsm_mux *gsm) | |||
919 | else | 919 | else |
920 | len = gsm_dlci_data_output_framed(gsm, dlci); | 920 | len = gsm_dlci_data_output_framed(gsm, dlci); |
921 | if (len < 0) | 921 | if (len < 0) |
922 | return; | 922 | break; |
923 | /* DLCI empty - try the next */ | 923 | /* DLCI empty - try the next */ |
924 | if (len == 0) | 924 | if (len == 0) |
925 | i++; | 925 | i++; |