]> git.sur5r.net Git - u-boot/commitdiff
mpc83xx: Remove a redundant semicolon in mpc8349itx.c
authorSam Song <samsongshu@yahoo.com.cn>
Thu, 14 Dec 2006 11:03:21 +0000 (19:03 +0800)
committerKim 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

index 4838e707f095dbb77428b0ccfb3552c07dcfe37d..0e372abb804ad69a859442d94354c5aef6c30d61 100644 (file)
@@ -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