summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-30 17:18:22 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-30 17:18:22 +0000
commit44be824dc8edbdf739ebb96f09d58656adadb48a (patch)
treeda35ef7b1d0ea4c627f0c0918d5c000663b3b257 /wctdm24xxp
parent8250cbcadda20a95a9312d95771e925a50e1ad58 (diff)
remove an unnecessary memset of the global ifaces array on module init
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2980 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index c1bb1f5..c789dc6 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -4167,8 +4167,6 @@ static int __init wctdm_init(void)
return -ENODEV;
}
- memset((void *)ifaces,0,(sizeof(struct wctdm *))*WC_MAX_IFACES);
-
res = zap_pci_module(&wctdm_driver);
if (res)
return -ENODEV;