[zaptel-commits] mattf: branch 1.4 r1982 - /branches/1.4/wctdm24xxp.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Jan 26 08:27:40 MST 2007


Author: mattf
Date: Fri Jan 26 09:27:40 2007
New Revision: 1982

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1982
Log:
Fix driver name to original.

Modified:
    branches/1.4/wctdm24xxp.c

Modified: branches/1.4/wctdm24xxp.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp.c?view=diff&rev=1982&r1=1981&r2=1982
==============================================================================
--- branches/1.4/wctdm24xxp.c (original)
+++ branches/1.4/wctdm24xxp.c Fri Jan 26 09:27:40 2007
@@ -3486,7 +3486,7 @@
 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),



More information about the zaptel-commits mailing list