From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] drivers/raw/ifpga_rawdev: fix coverity issue 323508 Date: Thu, 25 Oct 2018 11:25:54 +0100 Message-ID: <95b128fc-fbbf-2916-46b9-27f7d7401571@intel.com> References: <1540259449-135300-1-git-send-email-rosen.xu@intel.com> <74cb8aff-f809-b999-8c2e-17f24599d827@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "tianfei.zhang@intel.com" , Hemant Agrawal To: Shreyansh Jain , Rosen Xu , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ADD652965 for ; Thu, 25 Oct 2018 12:25:57 +0200 (CEST) In-Reply-To: <74cb8aff-f809-b999-8c2e-17f24599d827@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/23/2018 8:09 AM, Shreyansh Jain wrote: > Besides the comment I sent before about 'Fixes' before sign-off, a > single trivial comment inline ... > > On Tuesday 23 October 2018 07:20 AM, Rosen Xu wrote: >> This patch fixes rte_eal_hotplug_add without checking return value issue >> >> Signed-off-by: Rosen Xu >> Fixes: ef1e8ede3da5 ("raw/ifpga: add Intel FPGA bus rawdev driver") >> Cc: rosen.xu@intel.com <...> > Acked-by: Shreyansh Jain Coverity issue: 323508 Fixes: ef1e8ede3da5 ("raw/ifpga: add Intel FPGA bus rawdev driver") Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.