Skip to content
Unverified Commit a4638771 authored by Benson Leung's avatar Benson Leung
Browse files

platform/chrome: cros_ec_spi: Wait for USECS, not NSECS

The use of `delay_usecs` in terminate_request() was replaced with the new
`delay` struct used by the SPI subsystem, however the unit was
set to SPI_DELAY_UNIT_NSECS instead of SPI_DELAY_UNIT_USECS. This fixes that.

Fixes: 7d3ca507

 ("platform/chrome: cros_ec_spi: Use new structure for SPI transfer delays")
Signed-off-by: default avatarBenson Leung <bleung@chromium.org>
parent 317a0ebe
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