[svn-commits] sruffell: branch linux/mspiceland/dahdi-trunk-adtapiupdatefor117 r5611 - /lin...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 22 16:43:12 CST 2008


Author: sruffell
Date: Mon Dec 22 16:43:12 2008
New Revision: 5611

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5611
Log:
Fixing a comparison of the version string.

Modified:
    linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wcte12xp/vpmadt032.c

Modified: linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/dahdi/linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wcte12xp/vpmadt032.c?view=diff&rev=5611&r1=5610&r2=5611
==============================================================================
--- linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wcte12xp/vpmadt032.c (original)
+++ linux/team/mspiceland/dahdi-trunk-adtapiupdatefor117/drivers/dahdi/wcte12xp/vpmadt032.c Mon Dec 22 16:43:12 2008
@@ -889,7 +889,7 @@
 	}
 
 	/* ADT does not handle mismatches in API and firmware */
-	if (vpm150m->version != 117) {
+	if (vpm150m->version != 0x117) {
 		goto failed_exit;
 	}
 




More information about the svn-commits mailing list