i2c-taos-evm: Switch echo off to improve performance
authorJean Delvare <khali@linux-fr.org>
Fri, 18 Sep 2009 20:45:43 +0000 (22:45 +0200)
committerJean Delvare <khali@linux-fr.org>
Fri, 18 Sep 2009 20:45:43 +0000 (22:45 +0200)
When echo is on, we waste time reading back our orders. Switching echo
off makes performance much better: SMBus byte data transactions are 47%
faster and byte transactions are 24% faster.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found