From 660fe03ce7237d6a0760cbd174af147009244997 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 14 Apr 2015 07:33:52 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69d6305e8..6521a4021c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10162,4 +10162,7 @@ * configs/galileo: Remove all references to the Galileo board. That port is not going to happen (I don't even have the hardware anymore) (2015-04-13). - + * drivers/input/max11802.c: Fix possible unmatched IRQ restore. Noted + by Juha Niskanen (2015-04-14). + * atexit(): Fix reference to undefined variable in certain + configurations. From Juha Niskanen (2015-04-14).