Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262827
b: refs/heads/master
c: 4c22ea8
h: refs/heads/master
i:
  262825: 36ee1f7
  262823: 4a97d4e
v: v3
  • Loading branch information
Tanmay Upadhyay authored and Eric Miao committed Aug 11, 2011
1 parent 0e74801 commit d8c6425
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: 3647a40f3677bc76f85d25bfe56f096e2a44d899
refs/heads/master: 4c22ea8f449ce837dd84965badca8e10f1f4094f
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-mmp/gplugd.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ static void __init select_disp_freq(void)
"frequency\n");
} else {
gpio_direction_output(35, 1);
gpio_free(104);
gpio_free(35);
}

if (unlikely(gpio_request(85, "DISP_FREQ_SEL_2"))) {
printk(KERN_ERR "Can't get hold of GPIO 85 to select display "
"frequency\n");
} else {
gpio_direction_output(85, 0);
gpio_free(104);
gpio_free(85);
}
}

Expand Down

0 comments on commit d8c6425

Please sign in to comment.