diff options
| author | Sam Song <samsongshu@yahoo.com.cn> | 2006-12-14 19:03:21 +0800 | 
|---|---|---|
| committer | Kim Phillips <kim.phillips@freescale.com> | 2007-03-02 11:05:53 -0600 | 
| commit | 05031db456ab227f3e3752f37b9b812b65bb83ad (patch) | |
| tree | b0cff849465d80190add60f2676bd05bdb7872e6 | |
| parent | f35f358241c549be3f75cfe2eaa642914275b7ba (diff) | |
| download | olio-uboot-2014.01-05031db456ab227f3e3752f37b9b812b65bb83ad.tar.xz olio-uboot-2014.01-05031db456ab227f3e3752f37b9b812b65bb83ad.zip | |
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>
| -rw-r--r-- | board/mpc8349itx/mpc8349itx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/mpc8349itx/mpc8349itx.c b/board/mpc8349itx/mpc8349itx.c index 4838e707f..0e372abb8 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 |