i2c-eg20t: change timeout value 50msec to 1000msec
authorTomoya MORINAGA <tomoya.rohm@gmail.com>
Mon, 26 Mar 2012 05:55:25 +0000 (14:55 +0900)
committerWolfram Sang <w.sang@pengutronix.de>
Sun, 22 Apr 2012 19:29:06 +0000 (21:29 +0200)
commit8a52f9f347da721b199b7f9dcc0168bbe7d0baae
tree4233566199e319b6c6c6d18e14c9dc36244e1dd5
parentf70893d08338b9cab8008d2e30404ce58930a513
i2c-eg20t: change timeout value 50msec to 1000msec

Currently, during i2c works alone, wait-event timeout is not occurred.
However, as CPU load increases, timeout occurs frequently.
So, I modified like this patch.
Modifying like this patch, I've never seen the timeout event with high
load test.

Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-eg20t.c