mISDN: positive error return should be negative in mode_hfcmulti()
[safe/jmp/linux-2.6] / drivers / isdn / hardware / mISDN / hfcmulti.c
index 1a1420d..ad36df9 100644 (file)
@@ -2846,7 +2846,7 @@ mode_hfcmulti(struct hfc_multi *hc, int ch, int protocol, int slot_tx,
        int conf;
 
        if (ch < 0 || ch > 31)
-               return EINVAL;
+               return -EINVAL;
        oslot_tx = hc->chan[ch].slot_tx;
        oslot_rx = hc->chan[ch].slot_rx;
        conf = hc->chan[ch].conf;