From: Sam Song Date: Thu, 14 Dec 2006 11:03:21 +0000 (+0800) Subject: mpc83xx: Remove a redundant semicolon in mpc8349itx.c X-Git-Tag: v1.3.0-rc1~143^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05031db456ab227f3e3752f37b9b812b65bb83ad;p=u-boot mpc83xx: Remove a redundant semicolon in mpc8349itx.c A redundant semicolon existed in mpc8349itx.c should be removed. Signed-off-by: Sam Song --- diff --git a/board/mpc8349itx/mpc8349itx.c b/board/mpc8349itx/mpc8349itx.c index 4838e707f0..0e372abb80 100644 --- 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