diff options
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcmulti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index 1a1420d7a828..ad36df9b759c 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -2846,7 +2846,7 @@ mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx, | |||
2846 | int conf; | 2846 | int conf; |
2847 | 2847 | ||
2848 | if (ch < 0 || ch > 31) | 2848 | if (ch < 0 || ch > 31) |
2849 | return EINVAL; | 2849 | return -EINVAL; |
2850 | oslot_tx = hc->chan[ch].slot_tx; | 2850 | oslot_tx = hc->chan[ch].slot_tx; |
2851 | oslot_rx = hc->chan[ch].slot_rx; | 2851 | oslot_rx = hc->chan[ch].slot_rx; |
2852 | conf = hc->chan[ch].conf; | 2852 | conf = hc->chan[ch].conf; |