From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v3] net: phy: DP83TC811: Fix disabling interrupts Date: Sat, 30 Jun 2018 21:18:05 +0900 (KST) Message-ID: <20180630.211805.2283666272711070078.davem@davemloft.net> References: <20180629152831.23259-1-dmurphy@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: dmurphy@ti.com Return-path: In-Reply-To: <20180629152831.23259-1-dmurphy@ti.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Dan Murphy Date: Fri, 29 Jun 2018 10:28:31 -0500 > Fix a bug where INT_STAT1 was written twice and > INT_STAT2 was ignored when disabling interrupts. > > Fixes: b753a9faaf9a ("net: phy: DP83TC811: Introduce support for the DP83TC811 phy") > Reviewed-by: Andrew Lunn > Signed-off-by: Dan Murphy Applied.