projects
/
platform
/
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:
f35f358
)
mpc83xx: Remove a redundant semicolon in mpc8349itx.c
author
Sam Song
<samsongshu@yahoo.com.cn>
Thu, 14 Dec 2006 11:03:21 +0000
(19:03 +0800)
committer
Kim Phillips
<kim.phillips@freescale.com>
Fri, 2 Mar 2007 17:05:53 +0000
(11:05 -0600)
A redundant semicolon existed in mpc8349itx.c
should be removed.
Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
board/mpc8349itx/mpc8349itx.c
patch
|
blob
|
history
diff --git
a/board/mpc8349itx/mpc8349itx.c
b/board/mpc8349itx/mpc8349itx.c
index
4838e70
..
0e372ab
100644
(file)
--- a/
board/mpc8349itx/mpc8349itx.c
+++ b/
board/mpc8349itx/mpc8349itx.c
@@
-345,7
+345,7
@@
int misc_init_r(void)
#ifdef CONFIG_HARD_I2C
- unsigned int orig_bus = i2c_get_bus_num();
;
+ unsigned int orig_bus = i2c_get_bus_num();
u8 i2c_data;
#ifdef CFG_I2C_RTC_ADDR