omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 26 Aug 2011 11:20:06 +0000 (13:20 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 26 Aug 2011 11:22:42 +0000 (13:22 +0200)
The omap_iommu_set_isr() was still using the mutex functions
but the iommu_lock was converted to a spin_lock. Fix that
up.

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

No differences found