From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] dpaa_eth: fix error return code in dpaa_eth_probe() Date: Wed, 08 Nov 2017 13:26:59 +0900 (KST) Message-ID: <20171108.132659.2292072764890948401.davem@davemloft.net> References: <1509966728-109044-1-git-send-email-weiyongjun1@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: madalin.bucur@nxp.com, netdev@vger.kernel.org To: weiyongjun1@huawei.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33834 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbdKHE1C (ORCPT ); Tue, 7 Nov 2017 23:27:02 -0500 In-Reply-To: <1509966728-109044-1-git-send-email-weiyongjun1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wei Yongjun Date: Mon, 6 Nov 2017 11:12:08 +0000 > Fix to return a negative error code from the dpaa_bp_alloc() error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Applied.