Skip to content
Snippets Groups Projects
Commit 05031db4 authored by Sam Song's avatar Sam Song Committed by Kim Phillips
Browse files

mpc83xx: Remove a redundant semicolon in mpc8349itx.c


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

Signed-off-by: default avatarSam Song <samsongshu@yahoo.com.cn>
parent f35f3582
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ int misc_init_r(void) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment