From: Wolfram Sang Date: Sun, 18 Apr 2010 11:48:29 +0000 (+0200) Subject: [ARM] pxa/viper: fix timeout usage for I2C X-Git-Tag: v2.6.34-rc7~13^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae87fe219ce32ea226254ee72e1d38ad35d9deb;p=pandora-kernel.git [ARM] pxa/viper: fix timeout usage for I2C The timeout value is in jiffies, so it should be using HZ, not a plain number. Assume with HZ=100 '100' means 1s here and adapt accordingly. Signed-off-by: Wolfram Sang Acked-by: Marc Zyngier Cc: Russell King Cc: Paul Shen Cc: Mike Rapoport Cc: Jean Delvare Signed-off-by: Eric Miao --- Reading git-diff-tree failed