diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 0b466f59617991..41c15271800006 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -6134,7 +6134,7 @@ void *mas_find(struct ma_state *mas, unsigned long max) void *entry = NULL; if (mas_find_setup(mas, max, &entry)) - return entry; + return entry; /* Retries on dead nodes handled by mas_next_slot */ return mas_next_slot(mas, max, false);