commit | adef658ddf71e709eb1bdc181b86c62b933b967b | [log] [tgz] |
---|---|---|
author | Michael Jones <michael.jones@matrix-vision.de> | Fri Feb 25 16:55:11 2011 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Mar 04 22:23:26 2011 -0700 |
tree | cb7b2c926ff5ed307eb0b48b76fd140f5b44dd97 | |
parent | 57d9c10dd91f942f836592f407d6351e2969548a [diff] |
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: Michael Jones <michael.jones@matrix-vision.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>