From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH net v2] net: phy: DP83TC811: Fix diabling interrupts Date: Fri, 29 Jun 2018 13:04:13 +0300 Message-ID: <8197c635-11cb-d722-8bb5-ac94c2f516c2@cogentembedded.com> References: <20180628133253.22871-1-dmurphy@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Dan Murphy , andrew@lunn.ch, f.fainelli@gmail.com Return-path: In-Reply-To: <20180628133253.22871-1-dmurphy@ti.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello! On 6/28/2018 4:32 PM, Dan Murphy wrote: > Fix a bug where INT_STAT1 was written twice and > INT_STAT2 was ignored when disabling interrupts. ^^^^^^^^^ Correct here, but typo in the subject. > Fixes: b753a9faaf9a ("net: phy: DP83TC811: Introduce support for the DP83TC811 phy") > Reviewed-by: Andrew Lunn > Signed-off-by: Dan Murphy [...] MBR, Sergei