From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C823345EDF for ; Wed, 18 Dec 2024 21:03:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A790140DF5; Wed, 18 Dec 2024 21:03:30 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id BC46240DF5; Wed, 18 Dec 2024 21:03:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734552209; x=1766088209; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=seOmWpCy+4EMzuyOmLgfy/vEppqoj1omOGrTAQuNlpg=; b=f7FQDjxtNz+XO5/vJyhlnFEyC08cJ7CeZzYQNCBktj5YJP2TzFV2MnIA clKJAHZ6gLaZK76M9s/M90tDEI83p73qAPaF01ify3BTQ6zt153TKwILD /5yv2rcyyxe59hJ0ejTDZXL9Qbn1obdkDzeRCxX2lVb6B+a7pHdJesosQ c=; X-CSE-ConnectionGUID: OELsIA37QsKO5NQxgm3gpQ== X-CSE-MsgGUID: WCYRq3j+RG6ZPb2hvXRALg== X-IronPort-AV: E=Sophos;i="6.12,245,1728943200"; d="scan'208";a="28242724" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 18 Dec 2024 21:03:29 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id E505B21DD; Wed, 18 Dec 2024 21:03:28 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Ariel Otilibili , stable@dpdk.org, Vamsi Attunuru , Apeksha Gupta , Sachin Saxena , Thomas Monjalon , David Marchand Subject: [PATCH 0/1] net/{octeon_ep,enetfec}: remove unused value Date: Wed, 18 Dec 2024 21:00:08 +0100 Message-ID: <20241218200306.546714-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hello, This patch clears out the Coverity issues 385414 & 374016. Thank you, Ariel Otilibili (1): net/{octeon_ep,enetfec}: remove unused value drivers/net/enetfec/enet_ethdev.c | 1 - drivers/net/octeon_ep/otx_ep_mbox.c | 3 --- 2 files changed, 4 deletions(-) -- 2.47.1