Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1d01d54 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

isdn: hisax: Fix wrong macro name 'HISAX_DE_AOC'



That should be 'CONFIG_DE_AOC'.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent bfc994b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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) \
@@ -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 */