Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296352
b: refs/heads/master
c: 9bb13ee
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 21, 2012
1 parent 1df901f commit 2081f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 058502eb38a0f687e5af37209488d03656f87ffe
refs/heads/master: 9bb13eed37cc17fd176346c2866e2584772953bb
4 changes: 2 additions & 2 deletions trunk/drivers/video/sa1100fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 2081f51

Please sign in to comment.