diff --git a/[refs] b/[refs] index ca55d71365e9..158841bb88d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7793bfcfccc91d036d61618d90baf2be3d76e710 +refs/heads/master: af8e2a4cb9b3e14b919ae1cd4012825aefddbeb0 diff --git a/trunk/lib/idr.c b/trunk/lib/idr.c index 8368c81fcb7d..7a02e173f027 100644 --- a/trunk/lib/idr.c +++ b/trunk/lib/idr.c @@ -385,8 +385,8 @@ void idr_remove(struct idr *idp, int id) while (idp->id_free_cnt >= IDR_FREE_MAX) { p = alloc_layer(idp); kmem_cache_free(idr_layer_cache, p); - return; } + return; } EXPORT_SYMBOL(idr_remove);