commit | 83a388e6c8e23fee0e9c63b3a1dd5200e3c33202 | [log] [tgz] |
---|---|---|
author | Baohong Liu <baohong.liu@intel.com> | Thu Dec 15 11:44:32 2016 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Dec 22 01:20:42 2016 +0000 |
tree | 4d11e37500eda8dd0566f78753aeebc9425e3046 | |
parent | a7006bb53d4adbf7902d0e37c0affdd60a10909d [diff] |
tests: spi: correct a spi buffer length issue Make the buffer length for tx and rx are the same for spi_transceive API call. QMSI only supports equal length. This is clearly specifed in spi header file. Also correct some coding style issues. Change-Id: Ifd34683e8813dae9b692ad453176a93cb3848427 Signed-off-by: Baohong Liu <baohong.liu@intel.com>