[dahdi-commits] sruffell: linux/trunk r5850 -	/linux/trunk/drivers/dahdi/wctc4xxp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Jan 27 11:45:37 CST 2009
    
    
  
Author: sruffell
Date: Tue Jan 27 11:45:37 2009
New Revision: 5850
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5850
Log:
And once again I'm reminded why I should always compile before committing.
Modified:
    linux/trunk/drivers/dahdi/wctc4xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctc4xxp/base.c
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/wctc4xxp/base.c?view=diff&rev=5850&r1=5849&r2=5850
==============================================================================
--- linux/trunk/drivers/dahdi/wctc4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctc4xxp/base.c Tue Jan 27 11:45:37 2009
@@ -822,7 +822,7 @@
 	const char our_mac[] = { 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff};
 
 #	ifdef HAVE_NETDEV_PRIV
-	netdev = alloc_netdev(sizeof(*priv) wc->board_name, ether_setup);
+	netdev = alloc_netdev(sizeof(*priv), wc->board_name, ether_setup);
 	if (!netdev)
 		return -ENOMEM;
 	priv = netdev_priv(netdev);
    
    
More information about the dahdi-commits
mailing list