Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183819
b: refs/heads/master
c: 650b2ef
h: refs/heads/master
i:
  183817: a0d98aa
  183815: 24ff83b
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 4, 2010
1 parent daf21d7 commit dd31b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e5981774755f2f967cd1d3f3898576cff20e565
refs/heads/master: 650b2ef5d7f1378f65e6a313909d783e4b6477ed
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hardware/mISDN/hfcmulti.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd31b23

Please sign in to comment.