summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 22:56:59 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-18 22:56:59 +0000
commit4e3037898ff4ee7e7deb38ff952c94df0e7a4064 (patch)
tree1ca8ef77e895df1c5a6abcb77c0144361625ff7b
parentc822d19068539e911c11c68ec80d7453ab28e7a2 (diff)
Merged revisions 3169 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3169 | qwell | 2007-10-18 17:56:14 -0500 (Thu, 18 Oct 2007) | 4 lines Correct the name of the wct4xxp driver. Issue 11030 ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3170 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index ba25826..ff4bda2 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -3770,7 +3770,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),