diff options
Diffstat (limited to 'net/tipc/cluster.h')
-rw-r--r-- | net/tipc/cluster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/cluster.h b/net/tipc/cluster.h index 9963642e1058..1b4cd309495a 100644 --- a/net/tipc/cluster.h +++ b/net/tipc/cluster.h | |||
@@ -86,7 +86,7 @@ static inline struct cluster *tipc_cltr_find(u32 addr) | |||
86 | 86 | ||
87 | if (z_ptr) | 87 | if (z_ptr) |
88 | return z_ptr->clusters[1]; | 88 | return z_ptr->clusters[1]; |
89 | return 0; | 89 | return NULL; |
90 | } | 90 | } |
91 | 91 | ||
92 | #endif | 92 | #endif |