From b447cfec57867dee69e77129b9a1701506c6f51f Mon Sep 17 00:00:00 2001 From: "Jose A. Deniz" Date: Wed, 10 Mar 2010 09:27:20 +0000 Subject: Solved typo (see issue 1) Thanks to reporter. git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@7 6b77f504-82de-11de-a8c8-95b3e4aa02d0 --- drivers/dahdi/zaphfc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/zaphfc/base.c b/drivers/dahdi/zaphfc/base.c index 60a5688..b69a764 100644 --- a/drivers/dahdi/zaphfc/base.c +++ b/drivers/dahdi/zaphfc/base.c @@ -698,7 +698,7 @@ static int hfc_zap_initialize(struct dahdi_hfc *hfccard) if (i == hfccard->span.channels - 1) { hfccard->chans[i].sigcap = DAHDI_SIG_HARDHDLC; - hfccard->sigchan = &hfccard->chans[D]; + hfccard->sigchan = &hfccard->chans[DAHDI_D]; hfccard->sigactive = 0; atomic_set(&hfccard->hdlc_pending, 0); } else { -- cgit v1.2.3