[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <22387590.3491366329664571.JavaMail.weblogic@epv6ml11>
Date: Fri, 19 Apr 2013 00:01:05 +0000 (GMT)
From: EUNBONG SONG <eunb.song@...sung.com>
To: "wsa@...-dreams.de" <wsa@...-dreams.de>,
"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] I2C: Change the value of octeon i2c adapter timeout value
I think HZ/50 is better than 2 for adapter timeout.
Signed-off-by: Eunbong Song <eunb.song@...sung.com>
---
drivers/i2c/busses/i2c-octeon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/busses/i2c-octeon.c b/drivers/i2c/busses/i2c-octeon.c
index 935585e..ca489f3 100644
--- a/drivers/i2c/busses/i2c-octeon.c
+++ b/drivers/i2c/busses/i2c-octeon.c
@@ -440,7 +440,7 @@ static struct i2c_adapter octeon_i2c_ops = {
.owner = THIS_MODULE,
.name = "OCTEON adapter",
.algo = &octeon_i2c_algo,
- .timeout = 2,
+ .timeout = HZ/50,
};
/**
--
1.7.0.1
Powered by blists - more mailing lists