update i2c-dev-rk29.c
authorkfx <kfx@rock-chips.com>
Mon, 18 Apr 2011 08:40:18 +0000 (16:40 +0800)
committerkfx <kfx@rock-chips.com>
Mon, 18 Apr 2011 08:40:18 +0000 (16:40 +0800)
drivers/i2c/busses/i2c-dev-rk29.c

index c56114bea5edbaa0fb585369f10309cd91e64469..1d9d922d1c606c1593a0e24df88956c4989317bd 100755 (executable)
@@ -20,7 +20,7 @@
 #define I2C_DEV_SCL_RATE       100 * 1000
 
 struct completion              i2c_dev_complete = {
-       .done = -1;
+       .done = -1,
 };
 struct i2c_dump_info   g_dump;