From: Jean Delvare Date: Sat, 28 Mar 2009 20:34:43 +0000 (+0100) Subject: i2c: Set a default timeout value for all adapters X-Git-Tag: v2.6.30-rc1~635^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcfef6e65c5b58e6482eae0b793319c8d9efd44;p=pandora-kernel.git i2c: Set a default timeout value for all adapters Setting a default timeout value on a per-algo basis doesn't make any sense. Move the default value setting to i2c-core. Individual adapter drivers can specify a different (non-zero) value if they wish. Also express the timeout value in a way which results in the same duration regarless of the value of HZ. Signed-off-by: Jean Delvare Acked-by: Wolfram Sang --- Reading git-diff-tree failed