Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273513
b: refs/heads/master
c: 048ca16
h: refs/heads/master
i:
  273511: d6e0636
v: v3
  • Loading branch information
Paul Bolle authored and David S. Miller committed Nov 1, 2011
1 parent d76b27c commit b19de62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 73cb88ecb950ee67906d02354f781ea293bcf895
refs/heads/master: 048ca16935fdfbe17d1593e022eef4713c70c7e2
6 changes: 3 additions & 3 deletions trunk/drivers/isdn/hisax/l3dss1.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
{ l3dss1_dummy_invoke(st, cr, id, ident, p, nlen);
return;
}
#ifdef HISAX_DE_AOC
#ifdef CONFIG_DE_AOC
{

#define FOO1(s,a,b) \
Expand Down Expand Up @@ -422,9 +422,9 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
#undef FOO1

}
#else /* not HISAX_DE_AOC */
#else /* not CONFIG_DE_AOC */
l3_debug(st, "invoke break");
#endif /* not HISAX_DE_AOC */
#endif /* not CONFIG_DE_AOC */
break;
case 2: /* return result */
/* if no process available handle separately */
Expand Down

0 comments on commit b19de62

Please sign in to comment.