This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / skfp / srf.c
index 16573ac..f5b380b 100644 (file)
@@ -167,7 +167,7 @@ static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index)
                if (evc->evc_code == code && evc->evc_index == index)
                        return(evc) ;
        }
-       return NULL;
+       return(0) ;
 }
 
 #define THRESHOLD_2    (2*TICKS_PER_SECOND)