dma-debug: disable/enable irqs only once in device_dma_allocations
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:46:19 +0000 (15:46 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 8 Jun 2009 13:46:19 +0000 (15:46 +0200)
There is no need to disable/enable irqs on each loop iteration. Just
disable irqs for the whole time the loop runs.

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

No differences found