From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318AbeBHXUj (ORCPT ); Thu, 8 Feb 2018 18:20:39 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:45576 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752239AbeBHXUh (ORCPT ); Thu, 8 Feb 2018 18:20:37 -0500 X-Google-Smtp-Source: AH8x224F3KzMbcysbVRcMUOEWGnRMQmFkwfIjGwydP7kGsaTQVH8kDQoTiOIPvH4xpTHRQAJ4Al/LQ== Date: Fri, 9 Feb 2018 00:20:21 +0100 From: Ulf Magnusson To: Robert Jarzmik Cc: Linux Kernel Mailing List , perex@perex.cz, tiwai@suse.com, broonie@kernel.org, alsa-devel@alsa-project.org, Linux Kbuild mailing list , tfiga@chromium.org, paul.burton@mips.com, Marek Szyprowski , Hans-Christian Noren Egtvedt , Linus Walleij , vgupta@synopsys.com, mgorman@techsingularity.net, hch@lst.de, mina86@mina86.com, robh@kernel.org, sboyd@codeaurora.org, paulus@ozlabs.org, will.deacon@arm.com, Tony Lindgren , Nicholas Piggin , Masahiro Yamada , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org Subject: Re: [PATCH] ALSA: ac97: kconfig: Remove select of undefined symbol AC97 Message-ID: <20180208232021.ygw24klb7co6shrm@huvuddator> References: <20180205012146.23981-1-ulfalizer@gmail.com> <87lgg587ys.fsf@belgarion.home> <20180208231536.xnlrldm4to4pfv57@huvuddator> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180208231536.xnlrldm4to4pfv57@huvuddator> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 09, 2018 at 12:15:36AM +0100, Ulf Magnusson wrote: > The AC97_BUS_NEW Kconfig symbol selects the globally undefined symbol > AC97. > > Robert Jarzmik confirmed in https://lkml.org/lkml/2018/2/7/96 that the > select was put in by mistake and can be safely removed, with no other > changes required. Remove it. > > Signed-off-by: Ulf Magnusson > --- > sound/ac97/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/ac97/Kconfig b/sound/ac97/Kconfig > index f8a64e15e5bf..baa5f8ef89d2 100644 > --- a/sound/ac97/Kconfig > +++ b/sound/ac97/Kconfig > @@ -5,7 +5,6 @@ > > config AC97_BUS_NEW > tristate > - select AC97 > help > This is the new AC97 bus type, successor of AC97_BUS. The ported > drivers which benefit from the AC97 automatic probing should "select" > -- > 2.14.1 > I didn't have a particular tree in mind for this patchset by the way. Feel free to take the patch in wherever it makes sense. Cheers, Ulf From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulfalizer@gmail.com (Ulf Magnusson) Date: Fri, 9 Feb 2018 00:20:21 +0100 Subject: [PATCH] ALSA: ac97: kconfig: Remove select of undefined symbol AC97 In-Reply-To: <20180208231536.xnlrldm4to4pfv57@huvuddator> References: <20180205012146.23981-1-ulfalizer@gmail.com> <87lgg587ys.fsf@belgarion.home> <20180208231536.xnlrldm4to4pfv57@huvuddator> Message-ID: <20180208232021.ygw24klb7co6shrm@huvuddator> To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Fri, Feb 09, 2018 at 12:15:36AM +0100, Ulf Magnusson wrote: > The AC97_BUS_NEW Kconfig symbol selects the globally undefined symbol > AC97. > > Robert Jarzmik confirmed in https://lkml.org/lkml/2018/2/7/96 that the > select was put in by mistake and can be safely removed, with no other > changes required. Remove it. > > Signed-off-by: Ulf Magnusson > --- > sound/ac97/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/ac97/Kconfig b/sound/ac97/Kconfig > index f8a64e15e5bf..baa5f8ef89d2 100644 > --- a/sound/ac97/Kconfig > +++ b/sound/ac97/Kconfig > @@ -5,7 +5,6 @@ > > config AC97_BUS_NEW > tristate > - select AC97 > help > This is the new AC97 bus type, successor of AC97_BUS. The ported > drivers which benefit from the AC97 automatic probing should "select" > -- > 2.14.1 > I didn't have a particular tree in mind for this patchset by the way. Feel free to take the patch in wherever it makes sense. Cheers, Ulf