summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 22:56:14 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 22:56:14 +0000
commit9ddbf94b0030dd6354691a4b72e26b6d98758587 (patch)
treeab2bda737dcda8802dc96fd40f60e214d6b85406 /wct4xxp
parent4583b9577464bb1c668e70ba142780c94587c692 (diff)
Correct the name of the wct4xxp driver.
Issue 11030 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3169 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index 68247c6..e656065 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -3418,7 +3418,7 @@ static struct pci_device_id t4_pci_tbl[] __devinitdata =
};
static struct pci_driver t4_driver = {
- name: "Unified t4xxp-t2xxp driver",
+ name: "wct4xxp",
probe: t4_init_one,
#ifdef LINUX26
remove: __devexit_p(t4_remove_one),