Skip to content
Commit b3240e68 authored by Olivier Sobrie's avatar Olivier Sobrie Committed by Jean Delvare
Browse files

i2c-isch: Decrease delay in command completion check loop



Generally it is not needed to wait for 1 msec, the SMBus get often ready
in less than 200 usecs.

msleep(1) can wait up to 20 msecs... It has a significant impact when
there is a burst of transactions on the bus.

Signed-off-by: default avatarOlivier Sobrie <olivier@sobrie.be>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent c54c3557
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment