summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-18 12:16:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-18 12:16:52 -0600
commit0ed63e23493fe94f59f0f4b27720efc69a17d8b7 (patch)
tree331b6d731abfae1a9dbbdfb0ef75b7825589015a /nuttx/ChangeLog
parent9143d0ffcf1bb691480c6657651fc06c7b027a5c (diff)
downloadnuttx-0ed63e23493fe94f59f0f4b27720efc69a17d8b7.tar.gz
nuttx-0ed63e23493fe94f59f0f4b27720efc69a17d8b7.tar.bz2
nuttx-0ed63e23493fe94f59f0f4b27720efc69a17d8b7.zip
Fix test of NULL pointer in the SAM3/4 SPI driver
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8cd045ec6..df2cb3f41 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).
+