]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - tools/lib/rbtree.c
Merge tag 'powerpc-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[thirdparty/kernel/linux.git] / tools / lib / rbtree.c
index 727396de6be54f203165b7e9132d8590f1d1f41e..9e7307186b7f41231fc16e11d747136560d036df 100644 (file)
@@ -58,7 +58,7 @@
 
 static inline void rb_set_black(struct rb_node *rb)
 {
-       rb->__rb_parent_color |= RB_BLACK;
+       rb->__rb_parent_color += RB_BLACK;
 }
 
 static inline struct rb_node *rb_red_parent(struct rb_node *red)