Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp684910pxb; Tue, 3 Nov 2020 09:42:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJwEx6YuUgVdHRxTEQf4/Wyytb3EDULrEsuRzgQ1TnE3JzhU5jUir6mE2yLATjOU6U5lC8RO X-Received: by 2002:a50:ed90:: with SMTP id h16mr22032646edr.255.1604425332499; Tue, 03 Nov 2020 09:42:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604425332; cv=none; d=google.com; s=arc-20160816; b=uIiDhzY/Wz3BP7k4Uqb/2DmWFRVLRpvdp0qX3N/0Bai+amO8abPqKEfdbjyutYCjfm Obi6nZScF4Yz+gr3mdLASs3C9O0W3BIGBRzTvaAxUnWZvMStMjt0FmfYVkHzqhw7wvW5 4dC3a5h0PWtN7g++zFrMExd3jUFKIrYUdBI+eCowCSisK7Dtk9D3lpkWnzuvpNUffg0T deh5jO+NTRFvEBueXHINHy450TsSq3SSMBwFUAdK1VKN1zDAUMey1hE1gY+gcakDDIUa VRVSskW5fMmS77+LXDp774t/OmtGHufQs+i6fZhx1iJuoeV4NQtfgiAzxdeY6Lq/NadD khrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=DU39bQzpw+iWeFxgmNCvIn/hzDigdls77YseMrzEEhE=; b=FBWAzhJ0M7oLIiQFAzkXq5g5taPN4BkabCK6vFJ6GrgzMgvZupx4qquCCwB6lFgKfI 2ajspIwHqvKDdwOkby0j3bG9MtY1esTnDtcqCJbD122MyxkCP1KyrmGcIGyEWu4+628+ pKA30q5k06NF1RB3QyD847tBYlyHrVx26r6qVVQFIG4B5wbWHZAtzw3KtPYuFiIGgjf2 T6ZM9NTVKTSRXDjzmni6W8ZELZrgVZprgxJLiyA07gvDuwNoPGgEg2JF4bx5i4wGf6DV RnXjdKn7ujx0GWAKJfVDpPhbnD9kB16w0uc6MzThEEEBgTIIXFNyJ/o9dinWR6/5VXm2 SkMA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f24si3291763ejq.520.2020.11.03.09.41.49; Tue, 03 Nov 2020 09:42:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728815AbgKCRiW (ORCPT + 99 others); Tue, 3 Nov 2020 12:38:22 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:33114 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727857AbgKCRiW (ORCPT ); Tue, 3 Nov 2020 12:38:22 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1ka0G9-0054Fm-Bj; Tue, 03 Nov 2020 18:38:17 +0100 Date: Tue, 3 Nov 2020 18:38:17 +0100 From: Andrew Lunn To: Dan Murphy Cc: Jakub Kicinski , davem@davemloft.net, f.fainelli@gmail.com, hkallweit1@gmail.com, robh@kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 4/4] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY Message-ID: <20201103173817.GP1042051@lunn.ch> References: <20201030172950.12767-1-dmurphy@ti.com> <20201030172950.12767-5-dmurphy@ti.com> <20201030160330.622c55a7@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> <5b32a56b-f054-5790-c5cf-bf1e86403bad@ti.com> <20201103172153.GO1042051@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > > drivers/net/phy/dp83td510.c:70:11: warning: symbol 'dp83td510_feature_array' was not declared. Should it be static? > > > I did not see this warning. Did you use W=1? > > I _think_ that one is W=1. All the PHY drivers are W=1 clean, and i > > want to keep it that way. And i hope to make it the default in a lot > > of the network code soon. > OK I built with the W=1 before submission I did not see this but I will try > some other things. Then it might be sparse. Try C=1. Andrew