From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anisse Astier Subject: Re: [PATCH 0/7] msi-wmi driver and cleanups Date: Thu, 10 Dec 2009 19:07:18 +0100 Message-ID: <20091210190718.6bb3caea@destiny.ordissimo> References: <1260451099-25620-1-git-send-email-anisse@astier.eu> <200912101618.28865.trenn@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ey-out-2122.google.com ([74.125.78.25]:36677 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761218AbZLJSJx (ORCPT ); Thu, 10 Dec 2009 13:09:53 -0500 In-Reply-To: <200912101618.28865.trenn@suse.de> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Thomas Renninger Cc: linux-acpi@vger.kernel.org, linux-input@vger.kernel.org, Dmitry Torokhov , Len Brown , Matthew Garrett , Carlos Corbacho , Matt Chen Hi Thomas, On Thu, 10 Dec 2009 16:18:27 +0100, Thomas Renninger wrote : > Hi Anisse, > > thanks for these! > A quick comment on each: > > > Anisse Astier (6): > > msi-wmi: remove useless includes > -> good catch, I probably C&P it from another acpi file. > > msi-wmi: rework init > -> might look a bit nicer now, thanks. > > msi-wmi: remove custom runtime debug implementation > -> fine. > > msi-wmi: remove unused field 'instance' in key_entry structure > -> nice cleanup > > msi-wmi: replace one-condition switch-case with if statement > -> might be nicer > > msi-wmi: switch to using input sparse keymap library > -> I didn't go into detail, but this looks like a very nice > cleanup and code reduction. > Thanks for taking the time to check this out. Anisse