From 2081f51f75926990a5faf40cdbfd6e36ac10a0f5 Mon Sep 17 00:00:00 2001 From: Russell King Date: Wed, 18 Jan 2012 13:47:14 +0000 Subject: [PATCH] --- yaml --- r: 296352 b: refs/heads/master c: 9bb13eed37cc17fd176346c2866e2584772953bb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/sa1100fb.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 71958af90100..81a44e845e15 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 058502eb38a0f687e5af37209488d03656f87ffe +refs/heads/master: 9bb13eed37cc17fd176346c2866e2584772953bb diff --git a/trunk/drivers/video/sa1100fb.c b/trunk/drivers/video/sa1100fb.c index b644f0f1268c..f3f55eb61ca1 100644 --- a/trunk/drivers/video/sa1100fb.c +++ b/trunk/drivers/video/sa1100fb.c @@ -798,7 +798,7 @@ static void sa1100fb_enable_controller(struct sa1100fb_info *fbi) if (machine_is_shannon()) { GPDR |= SHANNON_GPIO_DISP_EN; - GPSR |= SHANNON_GPIO_DISP_EN; + GPSR = SHANNON_GPIO_DISP_EN; } dev_dbg(fbi->dev, "DBAR1 = 0x%08lx\n", DBAR1); @@ -816,7 +816,7 @@ static void sa1100fb_disable_controller(struct sa1100fb_info *fbi) dev_dbg(fbi->dev, "Disabling LCD controller\n"); if (machine_is_shannon()) { - GPCR |= SHANNON_GPIO_DISP_EN; + GPCR = SHANNON_GPIO_DISP_EN; } set_current_state(TASK_UNINTERRUPTIBLE);