From: Jean Delvare Date: Sat, 28 Mar 2009 20:34:43 +0000 (+0100) Subject: i2c: Adapter timeout is in jiffies X-Git-Tag: v2.6.30-rc1~635^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a52c6b4d55b2960d93a90a7cf6afd252357fa54;p=pandora-kernel.git i2c: Adapter timeout is in jiffies i2c_adapter.timeout is in jiffies. Fix all drivers which thought otherwise. It didn't really matter as long as the value was only used inside the driver, but soon i2c-core will use it too so it must have the proper unit. Note: for the i2c-mpc driver, this fixes a bug in polling mode. Timeout would trigger after 1 jiffy, which is most probably not what the author wanted. Signed-off-by: Jean Delvare Cc: Clifford Wolf Acked-by: Sean MacLennan Cc: Stefan Roese Acked-by: Lennert Buytenhek Cc: Dan Williams Cc: Grant Likely Acked-by: Mark A. Greer --- Reading git-diff-tree failed