]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/node.h
[PATCH] autofs4: change may_umount* functions to boolean
[linux-2.6-omap-h63xx.git] / net / tipc / node.h
index 29f7ae6992d4db861c5676aab59589f1a92223b8..781126e084aea5bab759de5bff27e0285d4d84ab 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 0;
+       return NULL;
 }
 
 static inline struct node *tipc_node_select(u32 addr, u32 selector)