From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v1 net] lan743x: Remove phy_read from link status change function Date: Tue, 08 Jan 2019 13:27:43 -0800 (PST) Message-ID: <20190108.132743.1708476724838947309.davem@davemloft.net> References: <1546887609-16152-1-git-send-email-Bryan.Whitehead@microchip.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, UNGLinuxDriver@microchip.com To: Bryan.Whitehead@microchip.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51018 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729686AbfAHV1r (ORCPT ); Tue, 8 Jan 2019 16:27:47 -0500 In-Reply-To: <1546887609-16152-1-git-send-email-Bryan.Whitehead@microchip.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Bryan Whitehead Date: Mon, 7 Jan 2019 14:00:09 -0500 > It has been noticed that some phys do not have the registers > required by the previous implementation. > > To fix this, instead of using phy_read, the required information > is extracted from the phy_device structure. > > fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver") > Signed-off-by: Bryan Whitehead Applied, thanks.