AMD IOMMU: use cmd_buf_size when freeing the command buffer
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 17 Sep 2008 15:18:17 +0000 (17:18 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 19 Sep 2008 10:59:31 +0000 (12:59 +0200)
The command buffer release function uses the CMD_BUF_SIZE macro for
get_order. Replace this with iommu->cmd_buf_size which is more reliable
about the actual size of the buffer.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found