diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dma-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 9722bd2dbc9b..ae4b65e17e64 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c | |||
@@ -361,7 +361,7 @@ static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, | |||
361 | unsigned int range = 0; | 361 | unsigned int range = 0; |
362 | 362 | ||
363 | while (range <= max_range) { | 363 | while (range <= max_range) { |
364 | entry = __hash_bucket_find(*bucket, &index, containing_match); | 364 | entry = __hash_bucket_find(*bucket, ref, containing_match); |
365 | 365 | ||
366 | if (entry) | 366 | if (entry) |
367 | return entry; | 367 | return entry; |