From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <565CFC7C.101@gmail.com> Date: Mon, 30 Nov 2015 17:48:44 -0800 From: Florian Fainelli MIME-Version: 1.0 To: Paul Burton , linux-mips@linux-mips.org CC: =?UTF-8?B?U8O2cmVuIEJyaW5rbWFubg==?= , Michal Simek , Jiang Liu , Lorenzo Pieralisi , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, Russell Joyce , Arnd Bergmann , linux-kernel@vger.kernel.org, Thomas Gleixner , Jingoo Han , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 20/28] net: pch_gbe: clear interrupt FIFO during probe References: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> <1448900513-20856-21-git-send-email-paul.burton@imgtec.com> In-Reply-To: <1448900513-20856-21-git-send-email-paul.burton@imgtec.com> Content-Type: text/plain; charset=utf-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: On 30/11/15 08:21, Paul Burton wrote: > xilinx_pcie_init_port clears the pending interrupts in the interrupt > decode register, but does not clear the interrupt FIFO. This would lead > to spurious interrupts if any were present in the FIFO at probe time. > Clear the interrupt FIFO prior to the interrupt decode register in order > to start with a clean slate as expected. > > Signed-off-by: Paul Burton Seems like the subject should be "PCI: xilinx: ..." to be consistent with the changes you are making to this driver earlier in the series? -- Florian