summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-31 16:23:17 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-31 16:23:17 +0000
commitfc8d545f4d8cb7320f909eb223208f894975d8fc (patch)
tree8f22882ebed0c523131b3c89159419e002009b9f /wctdm24xxp.c
parentd1d2141cfc7fd6e87641568e6b414a7a7769c3f8 (diff)
Merged revisions 927 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r927 | markster | 2006-01-31 00:38:05 -0600 (Tue, 31 Jan 2006) | 3 lines Fix compile warning in tdm2400p and make sure dmactrl is updated if vpm detected. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@928 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp.c')
-rw-r--r--wctdm24xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp.c b/wctdm24xxp.c
index dae289e..1c4786e 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -2462,7 +2462,7 @@ static void wctdm_vpm_init(struct wctdm *wc)
unsigned char reg;
unsigned int mask;
unsigned int ver;
- unsigned char vpmver;
+ unsigned char vpmver=0;
unsigned int i, x, y;
if (!vpmsupport) {