]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/cluster.h
[PATCH] zd1211rw: Pass more management frame types up to host
[linux-2.6-omap-h63xx.git] / net / tipc / cluster.h
index 9963642e105833dbfb05ac4cff0b2f9bfac5626a..1b4cd309495ae9eac69f995269735c9ab7d69c8d 100644 (file)
@@ -86,7 +86,7 @@ static inline struct cluster *tipc_cltr_find(u32 addr)
 
        if (z_ptr)
                return z_ptr->clusters[1];
-       return 0;
+       return NULL;
 }
 
 #endif