From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 7/8] net: axienet: fix error return code Date: Wed, 31 Dec 2014 19:19:48 -0500 (EST) Message-ID: <20141231.191948.2052520407791755413.davem@davemloft.net> References: <1419872683-32709-1-git-send-email-Julia.Lawall@lip6.fr> <1419872683-32709-8-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: anirudh@xilinx.com, kernel-janitors@vger.kernel.org, John.Linn@xilinx.com, michal.simek@xilinx.com, soren.brinkmann@xilinx.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Julia.Lawall@lip6.fr Return-path: In-Reply-To: <1419872683-32709-8-git-send-email-Julia.Lawall@lip6.fr> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Julia Lawall Date: Mon, 29 Dec 2014 18:04:42 +0100 > Return a negative error code on failure. > > A simplified version of the semantic match that finds this problem is as > follows: (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall Applied.