Skip to content
Commit c846d8da authored by Matthew Wilcox's avatar Matthew Wilcox Committed by David S. Miller
Browse files

mlx5: Remove call to ida_pre_get



The mlx5 driver calls ida_pre_get() in a loop for no readily apparent
reason.  The driver uses ida_simple_get() which will call ida_pre_get()
by itself and there's no need to use ida_pre_get() unless using
ida_get_new().

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c314c7ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment