浏览代码

mpc83xx: Remove a redundant semicolon in mpc8349itx.c

A redundant semicolon existed in mpc8349itx.c
should be removed.

Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
Sam Song 18 年之前
父节点
当前提交
05031db456
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      board/mpc8349itx/mpc8349itx.c

+ 1 - 1
board/mpc8349itx/mpc8349itx.c

@@ -345,7 +345,7 @@ int misc_init_r(void)
 
 
 #ifdef CONFIG_HARD_I2C
 #ifdef CONFIG_HARD_I2C
 
 
-	unsigned int orig_bus = i2c_get_bus_num();;
+	unsigned int orig_bus = i2c_get_bus_num();
 	u8 i2c_data;
 	u8 i2c_data;
 
 
 #ifdef CFG_I2C_RTC_ADDR
 #ifdef CFG_I2C_RTC_ADDR