[dahdi-commits] sruffell: branch linux/mspiceland/dahdi-trunk-adtapiupdatefor117 r5658 - /lin...
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Wed Jan 14 12:38:49 CST 2009
    
    
  
Author: sruffell
Date: Wed Jan 14 12:38:49 2009
New Revision: 5658
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5658
Log:
Fix a small typo that was not allowing the driver to recognize the new
firmware.
Modified:
    linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wctdm24xxp/base.c
Modified: linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wctdm24xxp/base.c
URL: http://svn.digium.com/svn-view/dahdi/linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=5658&r1=5657&r2=5658
==============================================================================
--- linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wctdm24xxp/base.c Wed Jan 14 12:38:49 2009
@@ -3545,7 +3545,7 @@
 	}
 
 	/* ADT does not handle mismatches in API and firmware */
-	if (vpm150m->version != 117) {
+	if (vpm150m->version != 0x117) {
 		res = VPMADT032_APIMISMATCH;
 		goto failed_exit;
 	}
    
    
More information about the dahdi-commits
mailing list