Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179077
b: refs/heads/master
c: 073bd90
h: refs/heads/master
i:
  179075: 8ccfc5c
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jan 4, 2010
1 parent 8f32571 commit 29b1782
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: 8ffd32083c849dcf476e56e6c5f728c80797ecdd
refs/heads/master: 073bd90f03d98bc3168865f21573c9b232777c13
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 @@ -3152,7 +3152,7 @@ static void
hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx,
int slot_rx, int bank_rx)
{
if (slot_rx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
/* disable PCM */
mode_hfcmulti(hc, ch, hc->chan[ch].protocol, -1, 0, -1, 0);
return;
Expand Down

0 comments on commit 29b1782

Please sign in to comment.