Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
David S. Miller
048ca169 73cb88ec

+3 -3
+3 -3
drivers/isdn/hisax/l3dss1.c
··· 353 353 { l3dss1_dummy_invoke(st, cr, id, ident, p, nlen); 354 354 return; 355 355 } 356 - #ifdef HISAX_DE_AOC 356 + #ifdef CONFIG_DE_AOC 357 357 { 358 358 359 359 #define FOO1(s,a,b) \ ··· 422 422 #undef FOO1 423 423 424 424 } 425 - #else /* not HISAX_DE_AOC */ 425 + #else /* not CONFIG_DE_AOC */ 426 426 l3_debug(st, "invoke break"); 427 - #endif /* not HISAX_DE_AOC */ 427 + #endif /* not CONFIG_DE_AOC */ 428 428 break; 429 429 case 2: /* return result */ 430 430 /* if no process available handle separately */