Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368815
b: refs/heads/master
c: 287ecef
h: refs/heads/master
i:
  368813: 637417d
  368811: 185954a
  368807: 58552da
  368799: 61fc0b5
v: v3
  • Loading branch information
Chen Gang authored and David S. Miller committed Apr 2, 2013
1 parent f7a87f8 commit 977092e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: e0664d3da83825539240bf486f1f75fb8a3be037
refs/heads/master: 287ecefb4bbea962b5646ef496c7a32a86d30b60
8 changes: 3 additions & 5 deletions trunk/drivers/isdn/divert/isdn_divert.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ static int isdn_divert_icall(isdn_ctrl *ic)

switch (dv->rule.action) {
case DEFLECT_IGNORE:
return (0);
break;
return 0;

case DEFLECT_ALERT:
case DEFLECT_PROCEED:
Expand Down Expand Up @@ -510,10 +509,9 @@ static int isdn_divert_icall(isdn_ctrl *ic)
break;

default:
return (0); /* ignore call */
break;
return 0; /* ignore call */
} /* switch action */
break;
break; /* will break the 'for' looping */
} /* scan_table */

if (cs) {
Expand Down

0 comments on commit 977092e

Please sign in to comment.