From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Sun, 27 Nov 2016 22:39:12 +0100 Subject: [PATCH] mv88e6xxx: Fix mv88e6xxx_g1_irq_free() interrupt count In-Reply-To: References: <1480279424-7830-1-git-send-email-afaerber@suse.de> <20161127212256.GC13318@lunn.ch> Message-ID: <20161127213912.GG13318@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Nov 27, 2016 at 10:32:41PM +0100, Andreas F?rber wrote: > Hi Andrew, > > Am 27.11.2016 um 22:22 schrieb Andrew Lunn: > > On Sun, Nov 27, 2016 at 09:43:44PM +0100, Andreas F?rber wrote: > >> mv88e6xxx_g1_irq_setup() sets up chip->g1_irq.nirqs interrupt mappings, > >> so free the same amount. This will be 8 or 9 in practice, less than 16. > > > > Hi Andreas > > > > The patch is correct, but please read > > Documentation/networking/netdev-FAQ.txt > > and then resubmit the patch. > > Do you mean --subject-prefix="PATCH net-next" Yep. Thanks Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753954AbcK0VjZ (ORCPT ); Sun, 27 Nov 2016 16:39:25 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:58799 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752700AbcK0VjS (ORCPT ); Sun, 27 Nov 2016 16:39:18 -0500 Date: Sun, 27 Nov 2016 22:39:12 +0100 From: Andrew Lunn To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Michal Hrusecki , Tomas Hlavacek , Bed??icha Ko??atu , Vivien Didelot , Florian Fainelli , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mv88e6xxx: Fix mv88e6xxx_g1_irq_free() interrupt count Message-ID: <20161127213912.GG13318@lunn.ch> References: <1480279424-7830-1-git-send-email-afaerber@suse.de> <20161127212256.GC13318@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 27, 2016 at 10:32:41PM +0100, Andreas Färber wrote: > Hi Andrew, > > Am 27.11.2016 um 22:22 schrieb Andrew Lunn: > > On Sun, Nov 27, 2016 at 09:43:44PM +0100, Andreas Färber wrote: > >> mv88e6xxx_g1_irq_setup() sets up chip->g1_irq.nirqs interrupt mappings, > >> so free the same amount. This will be 8 or 9 in practice, less than 16. > > > > Hi Andreas > > > > The patch is correct, but please read > > Documentation/networking/netdev-FAQ.txt > > and then resubmit the patch. > > Do you mean --subject-prefix="PATCH net-next" Yep. Thanks Andrew