projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a63c91
)
s5pc110: lcd code clean up
author
Donghwa Lee
<dh09.lee@samsung.com>
Wed, 26 May 2010 08:14:47 +0000
(17:14 +0900)
committer
Donghwa Lee
<dh09.lee@samsung.com>
Wed, 26 May 2010 08:14:47 +0000
(17:14 +0900)
board/samsung/universal/universal.c
patch
|
blob
|
history
diff --git
a/board/samsung/universal/universal.c
b/board/samsung/universal/universal.c
index
07e1486
..
93e3bcb
100644
(file)
--- a/
board/samsung/universal/universal.c
+++ b/
board/samsung/universal/universal.c
@@
-1909,7
+1909,6
@@
void backlight_on(unsigned int onoff)
unsigned char addr;
unsigned char val[2];
struct s5pc110_gpio *gpio = (struct s5pc110_gpio *) S5PC110_GPIO_BASE;
- printf("%s\n", __func__);
if (onoff) {
if (mach_is_geminus())