Blackfin: acvilon: fix timeout usage for I2C
authorWolfram Sang <w.sang@pengutronix.de>
Sun, 4 Apr 2010 14:04:16 +0000 (16:04 +0200)
committerMike Frysinger <vapier@gentoo.org>
Sat, 22 May 2010 18:19:15 +0000 (14:19 -0400)
The timeout value is in jiffies, so it should be using HZ, not a plain
number. As '10000' is ambiguous, 1HZ is used as conservative default.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Valentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found