update i2c-dev-rk29.c

This commit is contained in:
kfx
2011-04-18 16:40:18 +08:00
parent f4c957589a
commit 2b412f066b

View File

@@ -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;