Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751775AbdITK2a (ORCPT ); Wed, 20 Sep 2017 06:28:30 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:44637 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751468AbdITK22 (ORCPT ); Wed, 20 Sep 2017 06:28:28 -0400 X-Google-Smtp-Source: AOwi7QDtWkLGeAiaZs16pczbFedNO3RoEhVGUPHiWVNAGmcoiA3g5nJe/4fT5g/uFs3sz/sVCnT64g== Subject: Re: [PATCH] net: ethernet: aquantia: default to no in config To: Vito Caputo , linux-kernel Cc: netdev@vger.kernel.org References: <20170919224315.GA17797@shells.gnugeneration.com> From: Sergei Shtylyov Message-ID: Date: Wed, 20 Sep 2017 13:28:25 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170919224315.GA17797@shells.gnugeneration.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 26 Hello! On 9/20/2017 1:43 AM, Vito Caputo wrote: > NET_VENDOR_AQUANTIA was "default y" for some reason, which seems > obviously inappropriate. > --- > drivers/net/ethernet/aquantia/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig > index cdf78e069a39..6167b13cf349 100644 > --- a/drivers/net/ethernet/aquantia/Kconfig > +++ b/drivers/net/ethernet/aquantia/Kconfig > @@ -4,7 +4,7 @@ > > config NET_VENDOR_AQUANTIA > bool "aQuantia devices" > - default y > + default n Just remove it -- 'n' is the default default. :-) [...] MBR, Sergei