From 0ed63e23493fe94f59f0f4b27720efc69a17d8b7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 18 Jun 2013 12:16:52 -0600 Subject: Fix test of NULL pointer in the SAM3/4 SPI driver --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') 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). + -- cgit v1.2.3