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)
commitbe81c6ea23b8b471141734ef4bc005f5127aaf43
treec43bebd9c640f1764e94d7a97f40d3c21c2bd4a4
parente7ed70eedccc78e79ce6da2155e9caf90aff4003
dma-debug: disable/enable irqs only once in device_dma_allocations

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>
lib/dma-debug.c