Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758314AbcLOOqf (ORCPT ); Thu, 15 Dec 2016 09:46:35 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:33579 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757814AbcLOOqc (ORCPT ); Thu, 15 Dec 2016 09:46:32 -0500 Date: Thu, 15 Dec 2016 15:46:28 +0100 From: =?utf-8?B?TWljaGHFgiBLxJlwaWXFhA==?= To: Pali =?utf-8?B?Um9ow6Fy?= Cc: Richard Purdie , Jacek Anaszewski , Matthew Garrett , Darren Hart , Jaroslav Kysela , Takashi Iwai , Bob Rodgers , Louis Davis , Jim Dailey , Alex Hung , Hui Wang , linux-leds@vger.kernel.org, platform-driver-x86@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/7] ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set() Message-ID: <20161215144628.GB22695@kmp-mobile.hq.kempniu.pl> References: <20161208123618.28603-1-kernel@kempniu.pl> <20161208123618.28603-4-kernel@kempniu.pl> <201612111140.38170@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201612111140.38170@pali> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 787 Lines: 21 > On Thursday 08 December 2016 13:36:14 Michał Kępień wrote: > > --- a/sound/pci/hda/dell_wmi_helper.c > > +++ b/sound/pci/hda/dell_wmi_helper.c > > @@ -6,7 +6,7 @@ > > #include > > > > static int dell_led_value; > > -static int (*dell_led_set_func)(int, int); > > +static int (*dell_led_set_func)(int); > > Suggestion: what about changing name to dell_micmute_led_set_func to > match real function name which is used after this patch? While I like the idea itself, implementing it will double the number of lines that this patch changes (6 vs. 12), arguably making its intention less clear. Please let me know if you would really like this to happen (perhaps as a separate patch?), otherwise I will skip this idea in v2. -- Best regards, Michał Kępień