diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-nomadik.c')
-rw-r--r-- | drivers/i2c/busses/i2c-nomadik.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-nomadik.c b/drivers/i2c/busses/i2c-nomadik.c index 5267ab93d550..a92440dbef07 100644 --- a/drivers/i2c/busses/i2c-nomadik.c +++ b/drivers/i2c/busses/i2c-nomadik.c | |||
@@ -965,8 +965,7 @@ static int __devinit nmk_i2c_probe(struct platform_device *pdev) | |||
965 | adap->owner = THIS_MODULE; | 965 | adap->owner = THIS_MODULE; |
966 | adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; | 966 | adap->class = I2C_CLASS_HWMON | I2C_CLASS_SPD; |
967 | adap->algo = &nmk_i2c_algo; | 967 | adap->algo = &nmk_i2c_algo; |
968 | adap->timeout = pdata->timeout ? msecs_to_jiffies(pdata->timeout) : | 968 | adap->timeout = msecs_to_jiffies(pdata->timeout); |
969 | msecs_to_jiffies(20000); | ||
970 | snprintf(adap->name, sizeof(adap->name), | 969 | snprintf(adap->name, sizeof(adap->name), |
971 | "Nomadik I2C%d at %lx", pdev->id, (unsigned long)res->start); | 970 | "Nomadik I2C%d at %lx", pdev->id, (unsigned long)res->start); |
972 | 971 | ||