From: Jean Delvare Date: Tue, 24 Feb 2009 18:19:49 +0000 (+0100) Subject: i2c: Make sure i2c_algo_bit_data.timeout is HZ-independent X-Git-Tag: v2.6.29-rc7~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082a4cf80966ebcd08bf775cd258171cdd85c1a1;p=pandora-kernel.git i2c: Make sure i2c_algo_bit_data.timeout is HZ-independent i2c_algo_bit_data.timeout is supposed to be in jiffies, so drivers should use set this value in terms of HZ. Ultimately I think this field should be discarded in favor of i2c_adapter.timeout, but that's left for a future patch. Signed-off-by: Jean Delvare Acked-by: Russell King Acked-by: Lennert Buytenhek Acked-by: Len Sorensen --- Reading git-diff-tree failed