From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: phy: et011c: Remove incorrect PHY_POLL flags Date: Sun, 16 Sep 2018 15:32:42 -0700 (PDT) Message-ID: <20180916.153242.609915077919125589.davem@davemloft.net> References: <20180913183630.32584-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, linux-kernel@vger.kernel.org To: f.fainelli@gmail.com Return-path: In-Reply-To: <20180913183630.32584-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Florian Fainelli Date: Thu, 13 Sep 2018 11:36:30 -0700 > PHY_POLL is defined as -1 which means that we would be setting all flags of the > PHY driver, this is also not a valid flag to tell PHYLIB about, just remove it. > > Signed-off-by: Florian Fainelli Applied.