linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / tipc / node.h
index 781126e..29f7ae6 100644 (file)
@@ -121,7 +121,7 @@ static inline struct node *tipc_node_find(u32 addr)
                if (c_ptr)
                        return c_ptr->nodes[tipc_node(addr)];
        }
-       return NULL;
+       return 0;
 }
 
 static inline struct node *tipc_node_select(u32 addr, u32 selector)