From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [PATCH -next] net/mlx4_en: fix error return code in mlx4_en_get_qp() Date: Wed, 8 Jan 2014 11:40:59 +0200 Message-ID: <52CD1D2B.1080307@mellanox.com> References: <20140107.154328.116165277036485786.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: David Miller , , , To: Return-path: Received: from eu1sys200aog106.obsmtp.com ([207.126.144.121]:39782 "EHLO eu1sys200aog106.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754162AbaAHJlT (ORCPT ); Wed, 8 Jan 2014 04:41:19 -0500 In-Reply-To: <20140107.154328.116165277036485786.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On 07/01/2014 22:43, David Miller wrote: > From: Wei Yongjun > Date: Tue, 7 Jan 2014 16:56:07 +0800 > >> From: Wei Yongjun >> >> Fix to return a negative error code from the error handling >> case instead of 0. >> >> Fixes: 837052d0ccc5 ('net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling') >> Signed-off-by: Wei Yongjun > Looks good, applied, thanks. Indeed, thanks for spotting and fixing. Or.