dect
/
linux-2.6
Archived
13
0
Fork 0

isdn: hisax: Fix typo 'HISAX_DE_AOC'

That should probably be 'CONFIG_DE_AOC'.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Paul Bolle 2011-10-30 02:00:44 +00:00 committed by David S. Miller
parent 73cb88ecb9
commit 048ca16935
1 changed files with 3 additions and 3 deletions

View File

@ -353,7 +353,7 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
{ l3dss1_dummy_invoke(st, cr, id, ident, p, nlen); { l3dss1_dummy_invoke(st, cr, id, ident, p, nlen);
return; return;
} }
#ifdef HISAX_DE_AOC #ifdef CONFIG_DE_AOC
{ {
#define FOO1(s,a,b) \ #define FOO1(s,a,b) \
@ -422,9 +422,9 @@ l3dss1_parse_facility(struct PStack *st, struct l3_process *pc,
#undef FOO1 #undef FOO1
} }
#else /* not HISAX_DE_AOC */ #else /* not CONFIG_DE_AOC */
l3_debug(st, "invoke break"); l3_debug(st, "invoke break");
#endif /* not HISAX_DE_AOC */ #endif /* not CONFIG_DE_AOC */
break; break;
case 2: /* return result */ case 2: /* return result */
/* if no process available handle separately */ /* if no process available handle separately */