dma-debug: be more careful when building reference entries
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 12 Jun 2009 13:25:06 +0000 (15:25 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 15 Jun 2009 09:10:14 +0000 (11:10 +0200)
The current code is not very careful when it builds reference
dma_debug_entries which get passed to hash_bucket_find(). But since this
function changed to a best-fit algorithm these entries have to be more
acurate. This patch adds this higher level of accuracy.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found