summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-26 15:27:40 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-26 15:27:40 +0000
commit9e2d7861d0a2d6eb049bdea71d3c2d593ed9a26e (patch)
treefc3a3e9dac03f4d796a610035d214278e3add3cb /wctdm24xxp.c
parentda48e024fb3302bd66b419c2f1414b9e2c036fb4 (diff)
Fix driver name to original.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1982 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 18ab81f..8752c17 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -3486,7 +3486,7 @@ static struct pci_device_id wctdm_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, wctdm_pci_tbl);
static struct pci_driver wctdm_driver = {
- name: "wctdmxxp",
+ name: "wctdm24xxp",
probe: wctdm_init_one,
#ifdef LINUX26
remove: __devexit_p(wctdm_remove_one),