From ba2ef6bcdffb20b92a204833a21acf437eae2b14 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 4 Jul 2014 08:19:29 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7cb8ef6970..eccbd8846c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7640,3 +7640,6 @@ or MAXNAMELEN. Noted by Douglas Beattie (2014-7-4). * drivers/mtd/smart.c: Increase some variables from uint16_t to uint32_t to handle larger device sizes. From Ken Pettit (2014-7-4). + * SAMA5 OHCI: Pointers to allocated port values were not being nullified + after being deallocated. This caused some assertions to fire when + debug was enabled (2014-7-4).