i2c-tiny-usb: Fix a comment on bus frequency
authorJean Delvare <khali@linux-fr.org>
Tue, 2 Mar 2010 11:23:40 +0000 (12:23 +0100)
committerJean Delvare <khali@linux-fr.org>
Tue, 2 Mar 2010 11:23:40 +0000 (12:23 +0100)
commitc05d490234b7cf1715d9568d2041d9bc598a0b45
tree6bc16bff57c044834563cc46a9528ceea54ad6f5
parent393764340beb595c1ad7dd2d2243c2b6551aaa71
i2c-tiny-usb: Fix a comment on bus frequency

The description of the delay parameter is incomplete, it suggests that
there is a direct relation between the delay value and the bus
frequency. In fact, due to additional delays in the i2c bitbanging
code, the i2c clock is always much slower.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Till Harbaum <Till@Harbaum.org>
drivers/i2c/busses/i2c-tiny-usb.c