linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / tipc / ref.h
index 6d20006..4f8f9f4 100644 (file)
@@ -92,7 +92,7 @@ static inline void *tipc_ref_lock(u32 ref)
                        return r->object;
                spin_unlock_bh(&r->lock);
        }
-       return NULL;
+       return 0;
 }
 
 /**
@@ -125,7 +125,7 @@ static inline void *tipc_ref_deref(u32 ref)
                if (likely(r->data.reference == ref))
                        return r->object;
        }
-       return NULL;
+       return 0;
 }
 
 #endif