Skip to content

Commit

Permalink
mpc83xx: Remove a redundant semicolon in mpc8349itx.c
Browse files Browse the repository at this point in the history
A redundant semicolon existed in mpc8349itx.c
should be removed.

Signed-off-by: Sam Song <[email protected]>
Sam Song authored and kimphill committed Mar 2, 2007
1 parent f35f358 commit 05031db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/mpc8349itx/mpc8349itx.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 05031db

Please sign in to comment.