From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756025AbcIGBcG (ORCPT ); Tue, 6 Sep 2016 21:32:06 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:37219 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286AbcIGBcF (ORCPT ); Tue, 6 Sep 2016 21:32:05 -0400 Date: Wed, 7 Sep 2016 03:30:54 +0200 From: Andrew Lunn To: Arnd Bergmann Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] ARM: mv78xx0: simplify ethernet device creation Message-ID: <20160907013054.GA10007@lunn.ch> References: <20160906140623.2853066-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160906140623.2853066-1-arnd@arndb.de> 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 Tue, Sep 06, 2016 at 04:06:20PM +0200, Arnd Bergmann wrote: > Out of the four ethernet devices on mv78xx0, only the first one > has an error interrupt line, for the other ones we pass NO_IRQ > and then ignore the argument. > > In order to get closer to complete remove of NO_IRQ, this simply > drops the unused function arguments. > > Signed-off-by: Arnd Bergmann Reviewed-by: Andrew Lunn Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Wed, 7 Sep 2016 03:30:54 +0200 Subject: [PATCH 1/4] ARM: mv78xx0: simplify ethernet device creation In-Reply-To: <20160906140623.2853066-1-arnd@arndb.de> References: <20160906140623.2853066-1-arnd@arndb.de> Message-ID: <20160907013054.GA10007@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 06, 2016 at 04:06:20PM +0200, Arnd Bergmann wrote: > Out of the four ethernet devices on mv78xx0, only the first one > has an error interrupt line, for the other ones we pass NO_IRQ > and then ignore the argument. > > In order to get closer to complete remove of NO_IRQ, this simply > drops the unused function arguments. > > Signed-off-by: Arnd Bergmann Reviewed-by: Andrew Lunn Andrew