]> Git Repo - linux.git/blobdiff - lib/assoc_array.c
x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'
[linux.git] / lib / assoc_array.c
index ca0b4f360c1a0be47fc7194b43599afa0f828342..388e656ac9743dca9913b1dc09f88040e206228c 100644 (file)
@@ -938,7 +938,7 @@ static bool assoc_array_insert_mid_shortcut(struct assoc_array_edit *edit,
                edit->leaf_p = &new_n0->slots[0];
 
        pr_devel("<--%s() = ok [split shortcut]\n", __func__);
-       return edit;
+       return true;
 }
 
 /**
This page took 0.033609 seconds and 4 git commands to generate.