Skip to content
Commit adef658d authored by Michael Jones's avatar Michael Jones Committed by Grant Likely
Browse files

spi/omap_mcspi: catch xfers of non-multiple SPI word size



If an SPI access was not a multiple of the SPI word size,
the while() loop would spin and the rx/tx ptrs would be incremented
indefinitely.

Signed-off-by: default avatarMichael Jones <michael.jones@matrix-vision.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 57d9c10d
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