aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-04-17 22:58:12 +0200
committerThomas White <taw@bitwiz.org.uk>2010-04-17 22:58:12 +0200
commit29243352b628beb11b81dc2373225827ecb020e2 (patch)
tree9c601ebeb204cb477985d24cfa1cc4d96b44e3ed
parentee53d975c157a9763b6f8637f1c47a3bc0671f77 (diff)
Revert "Re-enable Glamo fence IRQ if it sticks"
This reverts commit e49965464471cbbf2b8b5ff0883959961d06a8a6.
-rw-r--r--drivers/mfd/glamo/glamo-fence.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mfd/glamo/glamo-fence.c b/drivers/mfd/glamo/glamo-fence.c
index ba3ed88362f..91196758f47 100644
--- a/drivers/mfd/glamo/glamo-fence.c
+++ b/drivers/mfd/glamo/glamo-fence.c
@@ -98,7 +98,7 @@ static void glamo_fence_emit(struct glamo_fence *fence)
static void glamo_fence_enable(struct glamodrm_handle *gdrm)
{
- enable_irq(GLAMO_IRQ_2D);
+ enable_irq( GLAMO_IRQ_2D);
}
@@ -168,7 +168,6 @@ static void glamo_fence_debodge(struct glamodrm_handle *gdrm)
glamo_cmdq_wait(gdrm, GLAMO_ENGINE_ALL);
glamo_engine_reset(gdrm->glamo_core, GLAMO_ENGINE_2D);
- glamo_fence_enable(gdrm);
read_lock(&gdrm->fence_list_lock);
list_for_each(tmp, &gdrm->fence_list) {