summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose A. Deniz <odicha@hotmail.com>2010-03-10 09:27:20 +0000
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-03-10 12:58:51 +0200
commitb447cfec57867dee69e77129b9a1701506c6f51f (patch)
treeea41a19b2186ce005cfc32ad314c15775bbbf743
parentdce5fd16220eabafa1dc928c6e1aa9534b203e24 (diff)
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
-rw-r--r--drivers/dahdi/zaphfc/base.c2
1 files changed, 1 insertions, 1 deletions
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 {