Fix test of NULL pointer in the SAM3/4 SPI driver

This commit is contained in:
Gregory Nutt
2013-06-18 12:16:52 -06:00
parent 177a8c0e9b
commit 69fc11bb71
4 changed files with 19 additions and 12 deletions
+3
View File
@@ -5004,3 +5004,6 @@
definitions from Alan Carvalho de Assis (2013-6-18).
* configs/freedom-kl25z/src/kl_tsi.c: Example TSI driver for the
Freedom KL25Z board from Alan Carvalho de Assis (2013-6-18).
* arch/arm/src/sam34/sam_spi.c: Correct an incorrect pointer test.
Was checking if the wrong pointer was NULL (2013-6-18).