diff options
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 | ||||
-rw-r--r-- | drivers/i2c/busses/i2c-s3c2410.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2ac87fa3058d..2e45ae3796f1 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -357,7 +357,7 @@ config I2C_BCM_KONA | |||
357 | If you say yes to this option, support will be included for the | 357 | If you say yes to this option, support will be included for the |
358 | I2C interface on the Broadcom Kona family of processors. | 358 | I2C interface on the Broadcom Kona family of processors. |
359 | 359 | ||
360 | If you do not need KONA I2C inteface, say N. | 360 | If you do not need KONA I2C interface, say N. |
361 | 361 | ||
362 | config I2C_BLACKFIN_TWI | 362 | config I2C_BLACKFIN_TWI |
363 | tristate "Blackfin TWI I2C support" | 363 | tristate "Blackfin TWI I2C support" |
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index e086fb075f2b..e3b0337faeb7 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c | |||
@@ -244,7 +244,7 @@ static bool is_ack(struct s3c24xx_i2c *i2c) | |||
244 | } | 244 | } |
245 | usleep_range(1000, 2000); | 245 | usleep_range(1000, 2000); |
246 | } | 246 | } |
247 | dev_err(i2c->dev, "ack was not recieved\n"); | 247 | dev_err(i2c->dev, "ack was not received\n"); |
248 | return false; | 248 | return false; |
249 | } | 249 | } |
250 | 250 | ||