From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E11F3A00E6 for ; Tue, 6 Aug 2019 22:31:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C4881B946; Tue, 6 Aug 2019 22:31:44 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 603CF1B203 for ; Tue, 6 Aug 2019 22:31:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 13:31:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,353,1559545200"; d="scan'208";a="175984252" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga007.fm.intel.com with ESMTP; 06 Aug 2019 13:31:37 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com Cc: ferruh.yigit@intel.com, thomas@monjalon.net, john.mcnamara@intel.com, Nicolas Chautru Date: Tue, 6 Aug 2019 06:27:46 -0700 Message-Id: <1565098068-58804-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/2] coverity fixes for bbdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixing a few coverity minor issues reported by Coverity for DPDK 19.08 RC : 344980, 344992, 345010. Nicolas Chautru (2): baseband/turbo_sw: remove logically dead code app/bbdev: fix unchecked return valued app/test-bbdev/test_bbdev_perf.c | 6 ++++-- drivers/baseband/turbo_sw/bbdev_turbo_software.c | 12 ------------ 2 files changed, 4 insertions(+), 14 deletions(-) -- 1.8.3.1